parent
e9911f75b1
commit
f02cbf500b
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,3 +1,12 @@
|
|||
## [3.7.1](https://github.com/TriPSs/conventional-changelog-action/compare/v3.7.0...v3.7.1) (2020-12-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixed that bumping multiple files with same extension type did only update one ([62453ed](https://github.com/TriPSs/conventional-changelog-action/commit/62453ed268eb6e82fcaf11351ce4cdd4f4b323aa))
|
||||
|
||||
|
||||
|
||||
# [3.7.0](https://github.com/TriPSs/conventional-changelog-action/compare/v3.6.0...v3.7.0) (2020-12-16)
|
||||
|
||||
|
||||
|
@ -52,12 +61,3 @@
|
|||
|
||||
|
||||
|
||||
# [3.4.0](https://github.com/TriPSs/conventional-changelog-action/compare/v3.3.0...v3.4.0) (2020-08-17)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Allow to specify a config file ([f0fabf6](https://github.com/TriPSs/conventional-changelog-action/commit/f0fabf6d88a3b7cef366530cc9cad6160a00d128))
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "conventional-changelog-action",
|
||||
"version": "3.7.0",
|
||||
"version": "3.7.1",
|
||||
"description": "Github Action that generates a changelog with the Conventional Changelog CLI",
|
||||
"keywords": [
|
||||
"actions",
|
||||
|
|
Loading…
Reference in New Issue