1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-08 22:51:15 +02:00

chore: release 1.0.1 (#4)

This commit is contained in:
github-actions[bot]
2020-05-09 15:46:33 -07:00
committed by GitHub
parent d2abff49d3
commit f9c80810e2
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [1.0.1](https://www.github.com/bcoe/release-please-action/compare/v1.0.0...v1.0.1) (2020-05-09)
### Bug Fixes
* pass token to create release ([3ad91fa](https://www.github.com/bcoe/release-please-action/commit/3ad91fa6cb8cf2c05464672da14cbea65555e5a2))
## 1.0.0 (2020-05-09)

View File

@@ -1,7 +1,7 @@
{
"name": "release-please-action",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "automated releases based on conventional commits",
"main": "index.js",
"scripts": {