diff --git a/.cz.toml b/.cz.toml index c9b886b..87d0ba4 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,7 +1,7 @@ [tool] [tool.commitizen] name = "cz_customize" -version = "0.4.3" +version = "0.4.4" tag_format = "v$version" bump_message = "bump: release $current_version → $new_version [skip-ci]" update_changelog_on_bump = false diff --git a/package.json b/package.json index d8e7581..2a5918e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sync-secrets-manager", - "version": "0.4.3", + "version": "0.4.4", "type": "module", "description": "Github action that sync an AWS Secrets Manager and it's values from a provided json file", "main": "index.js",