From 1826e14cbc5aa9fc136884cbfe56e0ab35b9ab68 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 5 Oct 2021 21:31:23 +0000 Subject: [PATCH] chore(release): v3.9.3 --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc525f..649a9d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.9.3](https://github.com/TriPSs/conventional-changelog-action/compare/v3.9.2...v3.9.3) (2021-10-05) + + +### Bug Fixes + +* Remove node_modules and ignore folder ([3ed803a](https://github.com/TriPSs/conventional-changelog-action/commit/3ed803a60bcddc0bf9a18d441c3a1c52bdab2477)) + + + ## [3.9.2](https://github.com/TriPSs/conventional-changelog-action/compare/v3.9.1...v3.9.2) (2021-10-05) @@ -34,12 +43,3 @@ -## [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)) - - - diff --git a/package.json b/package.json index e4374d8..7729b3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-action", - "version": "3.9.2", + "version": "3.9.3", "description": "Github Action that generates a changelog with the Conventional Changelog CLI", "keywords": [ "actions",