diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..b0b91dc0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# 1.0.0 (2021-12-27) + + +### Bug Fixes + +* add utility file for managing the regex ([62e9500](https://github.com/nicolasfara/conventional-commits/commit/62e9500057c5114d1a6fd3ed2383011bf0aa38f4)) +* create the file for checking commits ([6c3e298](https://github.com/nicolasfara/conventional-commits/commit/6c3e2984ded9e890ed7413eb9039db97b6579be9)) diff --git a/gradle.properties b/gradle.properties index 424efc04..eefcc6a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -kotlin.code.style=official -version=0.1.0 +kotlin.code.style = official +version = 1.0.0