Skip to content

Commit

Permalink
[ci skip] bump: version 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinwalterfit committed Sep 22, 2024
1 parent b680bab commit 2fe7c0d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ major_version_zero = true
name = "cz_conventional_commits"
tag_format = "v$version"
update_changelog_on_bump = true
version = "0.3.0"
version = "0.4.0"
version_files = [
"package.json:version",
]
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.4.0 (2024-09-22)

### Feat

- **biome**: update `biome` configuration to latest version `v1.9.2`

## v0.3.0 (2024-06-29)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"url": "git+https://github.com/robinwalterfit/biome-standard.git"
},
"type": "module",
"version": "0.3.0"
"version": "0.4.0"
}

0 comments on commit 2fe7c0d

Please sign in to comment.