diff --git a/CHANGELOG.md b/CHANGELOG.md index c488a58..7019641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 520c1a6..d8455dd 100644 --- a/package.json +++ b/package.json @@ -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": {