diff --git a/.cz.toml b/.cz.toml index ead218f..7793f1a 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,7 +1,7 @@ [tool] [tool.commitizen] name = "cz_customize" -version = "0.0.3" +version = "0.0.4" tag_format = "v$version" bump_message = "bump: release $current_version → $new_version [skip-ci]" update_changelog_on_bump = true diff --git a/CHANGELOG.md b/CHANGELOG.md index edf0083..8d3d20a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.0.4 (2024-01-09) + + +- Merge pull request #1 from Drafteame/chore/add-nix-release +- chore: add nix release pipeline +- chore: add nix release pipeline + ## v0.0.3 (2024-01-08) diff --git a/package.json b/package.json index 4965a44..805d418 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "json-keys-diff", "type": "module", - "version": "0.0.3", + "version": "0.0.4", "description": "Simple hook that compare the keys of different json files and return what keys are missing between each other", "main": "src/action/index.js", "scripts": {