diff --git a/.cz.toml b/.cz.toml index f8c8479..3d85213 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,4 +1,4 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.0.1" +version = "0.0.2" tag_format = "v$version" diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..85a5b86 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +## v0.0.2 (2021-12-22) + +### Fix + +- fixed commitizen toml + +## v0.0.1 (2021-12-22) + +### Feat + +- initial project layout