diff --git a/CHANGELOG.md b/CHANGELOG.md index 39544b0..a23b965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.4.1](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.4.0...v2.4.1) (2020-09-17) + + +### Bug Fixes + +* **build:** document working version of release-please ([60ae28e](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/60ae28e4b20929fc93a249186726c13098fd6019)) + ## [2.4.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.3.0...v2.4.0) (2020-09-17) diff --git a/package-lock.json b/package-lock.json index 91a715b..0abb2c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "release-please-action", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 837d120..ec43cd3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "release-please-action", "private": true, - "version": "2.4.0", + "version": "2.4.1", "description": "automated releases based on conventional commits", "main": "index.js", "scripts": {