From 4f6a9eceb8053a4a6ee3861fff240081692bb445 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 5 Oct 2021 22:22:12 +0000 Subject: [PATCH] chore(release): v3.9.9 --- CHANGELOG.md | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82be055..bfcc9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.9.9](https://github.com/TriPSs/conventional-changelog-action/compare/v3.9.8...v3.9.9) (2021-10-05) + + +### Bug Fixes + +* Try again with different node_modules ([9378b30](https://github.com/TriPSs/conventional-changelog-action/commit/9378b3051abbd2f793956f852cdc7bac0fea7d9c)) + + + ## [3.9.8](https://github.com/TriPSs/conventional-changelog-action/compare/v3.9.7...v3.9.8) (2021-10-05) @@ -34,12 +43,3 @@ -## [3.9.4](https://github.com/TriPSs/conventional-changelog-action/compare/v3.9.3...v3.9.4) (2021-10-05) - - -### Bug Fixes - -* Make sure the angular preset is loaded ([2b646ec](https://github.com/TriPSs/conventional-changelog-action/commit/2b646ec8807a2e493c68cab23071c47d385acbd6)) - - - diff --git a/package.json b/package.json index 73b8278..49281b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-action", - "version": "3.9.8", + "version": "3.9.9", "description": "Github Action that generates a changelog with the Conventional Changelog CLI", "keywords": [ "actions", @@ -35,4 +35,4 @@ "semver": "^7.3.5", "yaml": "^1.10.2" } -} +} \ No newline at end of file