Skip to content

Commit 7e3a750

Browse files
bump: version 1.0.0 → 1.0.1
1 parent 9692d3b commit 7e3a750

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
name = "cz_conventional_commits"
33
tag_format = "\"v$version\""
44
version_scheme = "semver2"
5-
version = "1.0.0"
5+
version = "1.0.1"
66
update_changelog_on_bump = true

backend/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## "v1.0.1" (2024-05-30)
2+
3+
### Fix
4+
5+
- **tasks**: only import lib when function is executed
6+
7+
## v1.0.0 (2024-05-30)
8+
9+
### BREAKING CHANGE
10+
11+
- first public release
12+
13+
### Feat
14+
15+
- **commitzen**: adds commitizen for release strategy
16+
17+
### Fix
18+
19+
- image fix
20+
21+
## v0.1.0 (2024-05-30)
22+
23+
## v0.0.1 (2022-12-22)

0 commit comments

Comments
 (0)