diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc757d9..18693117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.14.1](https://github.com/TriPSs/conventional-changelog-action/compare/v3.14.0...v3.14.1) (2022-08-31) + + +### Bug Fixes + +* Add global unhandledRejection handler ([0600ca1](https://github.com/TriPSs/conventional-changelog-action/commit/0600ca1902042ed6a922d78a40b180eadc546142)) + + + # [3.14.0](https://github.com/TriPSs/conventional-changelog-action/compare/v3.13.0...v3.14.0) (2022-07-08) @@ -44,12 +53,3 @@ -# [3.10.0](https://github.com/TriPSs/conventional-changelog-action/compare/v3.9.9...v3.10.0) (2021-11-30) - - -### Features - -* Added option ([d9201c2](https://github.com/TriPSs/conventional-changelog-action/commit/d9201c2107f9c691396768f75fe261ad3588b413)) - - - diff --git a/package.json b/package.json index 9fc81bb0..2292f7a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-action", - "version": "3.14.0", + "version": "3.14.1", "description": "Github Action that generates a changelog with the Conventional Changelog CLI", "keywords": [ "actions",