diff --git a/packages/action/CHANGELOG.md b/packages/action/CHANGELOG.md index bfeb41c..657bfbc 100644 --- a/packages/action/CHANGELOG.md +++ b/packages/action/CHANGELOG.md @@ -2,6 +2,14 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.4.0](https://github.com/push-based/user-flow-gh-action/compare/v0.3.2...v0.4.0) (2023-07-13) + + +### Features + +* add comment id ([0cd5fa1](https://github.com/push-based/user-flow-gh-action/commit/0cd5fa132d0089592d6d5fb31d872491f028f14a)) +* add commentId to support multiple runs in the same PR ([6445167](https://github.com/push-based/user-flow-gh-action/commit/644516793c382c13ce3c4cac5a0e524f80dbb642)) + ### [0.3.2](https://github.com/push-based/user-flow-gh-action/compare/v0.3.1...v0.3.2) (2023-07-10) diff --git a/packages/action/package.json b/packages/action/package.json index 8593d0e..00fb0d3 100644 --- a/packages/action/package.json +++ b/packages/action/package.json @@ -1,6 +1,6 @@ { "name": "user-flow-gh-action", - "version": "0.3.2", + "version": "0.4.0", "license": "MIT", "engines": { "node": "^16.19.0",