Skip to content

Commit

Permalink
bump: version 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed May 30, 2024
1 parent 9692d3b commit 7e3a750
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
23 changes: 23 additions & 0 deletions backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 7e3a750

Please sign in to comment.