From e21c5bc9926530beea56d809f5355b0564d5473d Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 13 Aug 2020 06:51:41 +0000 Subject: [PATCH] chore(release): v3.3.0 --- CHANGELOG.md | 33 +++++++++------------------------ package.json | 2 +- 2 files changed, 10 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc087e28..ff83372d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [3.3.0](https://github.com/TriPSs/conventional-changelog-action/compare/v3.2.0...v3.3.0) (2020-08-13) + + +### Features + +* Allow to specify a config file ([219145b](https://github.com/TriPSs/conventional-changelog-action/commit/219145bf787428489b3cbc782fbc57848df340d8)) + + + # [3.2.0](https://github.com/TriPSs/conventional-changelog-action/compare/v3.1.2...v3.2.0) (2020-08-03) @@ -42,27 +51,3 @@ -# [3.0.0](https://github.com/TriPSs/conventional-changelog-action/compare/v2.4.0...v3.0.0) (2020-07-03) - - -### Documentation - -* Updated README ([000434c](https://github.com/TriPSs/conventional-changelog-action/commit/000434c4469403159c004a4ed0f5715a06f80448)) - - -### Features - -* Added skip commit and skip tag ([3eab241](https://github.com/TriPSs/conventional-changelog-action/commit/3eab2417f9b3e1db3d630b6ec1820106da9a21a9)) -* Added support for toml files ([5aff23f](https://github.com/TriPSs/conventional-changelog-action/commit/5aff23f51411f417adf6ea22364d158d335a5fce)) -* Added support for yaml files ([bdf8ec0](https://github.com/TriPSs/conventional-changelog-action/commit/bdf8ec04e6f0d493ef859df06ffbeecb1f47a970)) -* Added version-file, version-path, skip-version-file options ([d022b0d](https://github.com/TriPSs/conventional-changelog-action/commit/d022b0d7e98b6b13ce0af3e6c44a550256b0ca59)) -* Added versioning through GIT ([7143306](https://github.com/TriPSs/conventional-changelog-action/commit/714330612535ae25eb483d0f24fb2fe0c091dc86)) -* More git configurations are possible ([9ee9c27](https://github.com/TriPSs/conventional-changelog-action/commit/9ee9c274488b9013bf3dd5e5a1f9af3345901f7e)) - - -### BREAKING CHANGES - -* `package-json` is now renamed to `version-file` - - - diff --git a/package.json b/package.json index 7a0dd03d..e6067223 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-action", - "version": "3.2.0", + "version": "3.3.0", "description": "Github Action that generates a changelog with the Conventional Changelog CLI", "keywords": [ "actions",