From 1285d179ebeb5dd88f91ca4539a85b15d9e65f50 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 26 May 2022 05:24:24 +0000 Subject: [PATCH] chore(release): v3.12.0 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 853b2a0e..7325830e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [3.12.0](https://github.com/TriPSs/conventional-changelog-action/compare/v3.11.0...v3.12.0) (2022-05-26) + + +### Features + +* add [skip ci] by default to commit message ([a0bcde8](https://github.com/TriPSs/conventional-changelog-action/commit/a0bcde8dcf6c731817d1142609d778fd4367ae05)) + + + # [3.11.0](https://github.com/TriPSs/conventional-changelog-action/compare/v3.10.0...v3.11.0) (2022-03-14) @@ -34,12 +43,3 @@ -## [3.9.7](https://github.com/TriPSs/conventional-changelog-action/compare/v3.9.6...v3.9.7) (2021-10-05) - - -### Bug Fixes - -* Release with all deps ([2b36c79](https://github.com/TriPSs/conventional-changelog-action/commit/2b36c79d01330e9272a6f28e9f019a7c6203425e)) - - - diff --git a/package.json b/package.json index 1e46160a..ff3e414c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-action", - "version": "3.11.0", + "version": "3.12.0", "description": "Github Action that generates a changelog with the Conventional Changelog CLI", "keywords": [ "actions",