From 7e3a7509f6062442c295ca1d4dd7d9116b1b2b21 Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Thu, 30 May 2024 21:32:52 +0545 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.0=20=E2=86=92=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- backend/CHANGELOG.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 backend/CHANGELOG.md 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)