diff --git a/.cz.toml b/.cz.toml index c8877c72..d24d55a3 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,5 +2,5 @@ name = "cz_conventional_commits" tag_format = "\"v$version\"" version_scheme = "semver2" -version = "1.0.0" +version = "1.0.1" update_changelog_on_bump = true diff --git a/backend/CHANGELOG.md b/backend/CHANGELOG.md new file mode 100644 index 00000000..65f61e2a --- /dev/null +++ b/backend/CHANGELOG.md @@ -0,0 +1,23 @@ +## "v1.0.1" (2024-05-30) + +### Fix + +- **tasks**: only import lib when function is executed + +## v1.0.0 (2024-05-30) + +### BREAKING CHANGE + +- first public release + +### Feat + +- **commitzen**: adds commitizen for release strategy + +### Fix + +- image fix + +## v0.1.0 (2024-05-30) + +## v0.0.1 (2022-12-22)