diff --git a/.cz.toml b/.cz.toml index 9bb63c8..491d7a0 100644 --- a/.cz.toml +++ b/.cz.toml @@ -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", ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 62c70fb..21ad7eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index cf08881..5638fc5 100644 --- a/package.json +++ b/package.json @@ -42,5 +42,5 @@ "url": "git+https://github.com/robinwalterfit/biome-standard.git" }, "type": "module", - "version": "0.3.0" + "version": "0.4.0" }