parent
720fdedf8d
commit
78239f16d2
18
CHANGELOG.md
18
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)
|
# [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))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "conventional-changelog-action",
|
"name": "conventional-changelog-action",
|
||||||
"version": "3.14.0",
|
"version": "3.14.1",
|
||||||
"description": "Github Action that generates a changelog with the Conventional Changelog CLI",
|
"description": "Github Action that generates a changelog with the Conventional Changelog CLI",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"actions",
|
"actions",
|
||||||
|
|
Loading…
Reference in New Issue