Skip to content

Commit

Permalink
chore(release): 3.0.7 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.7](3.0.6...3.0.7) (2022-09-13)

### Bug Fixes

* **regex:** remove uneeded escape characters ([40935dc](40935dc))
  • Loading branch information
semantic-release-bot committed Sep 13, 2022
1 parent 40935dc commit 9589eff
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.0.7](https://github.com/nicolasfara/conventional-commits/compare/3.0.6...3.0.7) (2022-09-13)


### Bug Fixes

* **regex:** remove uneeded escape characters ([40935dc](https://github.com/nicolasfara/conventional-commits/commit/40935dc89dc979b21fed961065c39b07c83477c1))

## [3.0.6](https://github.com/nicolasfara/conventional-commits/compare/3.0.5...3.0.6) (2022-08-19)


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.6
version = 3.0.7

0 comments on commit 9589eff

Please sign in to comment.