From a03c14aa2c70263c25ba68e1108e7b9e53f01915 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 31 Dec 2022 16:32:59 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] # [3.1.0](https://github.com/nicolasfara/conventional-commits/compare/3.0.14...3.1.0) (2022-12-31) ### Features * add the ability to exclude commit message that match a configured regex. Closes [#130](https://github.com/nicolasfara/conventional-commits/issues/130) ([a822194](https://github.com/nicolasfara/conventional-commits/commit/a8221942e938a6fbaae9f87cec88807c1b1c3294)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb1d1fc4..03d89c22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.1.0](https://github.com/nicolasfara/conventional-commits/compare/3.0.14...3.1.0) (2022-12-31) + + +### Features + +* add the ability to exclude commit message that match a configured regex. Closes [#130](https://github.com/nicolasfara/conventional-commits/issues/130) ([a822194](https://github.com/nicolasfara/conventional-commits/commit/a8221942e938a6fbaae9f87cec88807c1b1c3294)) + ## [3.0.14](https://github.com/nicolasfara/conventional-commits/compare/3.0.13...3.0.14) (2022-11-02) diff --git a/gradle.properties b/gradle.properties index ec4579be..084069a7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 3.0.14 +version = 3.1.0