Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](3.0.14...3.1.0) (2022-12-31)

### Features

* add the ability to exclude commit message that match a configured regex. Closes [#130](#130) ([a822194](a822194))
  • Loading branch information
semantic-release-bot committed Dec 31, 2022
1 parent a822194 commit a03c14a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style = official
version = 3.0.14
version = 3.1.0

0 comments on commit a03c14a

Please sign in to comment.