From a42c3c8ece81bd2848086d7e479efc304f190c1e Mon Sep 17 00:00:00 2001 From: draftea-bot Date: Fri, 17 May 2024 18:42:48 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20release=200.4.2=20=E2=86=92=200.4.3=20[?= =?UTF-8?q?skip-ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cz.toml b/.cz.toml index 71c0b96..c9b886b 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,7 +1,7 @@ [tool] [tool.commitizen] name = "cz_customize" -version = "0.4.2" +version = "0.4.3" 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 243debb..d8e7581 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sync-secrets-manager", - "version": "0.4.2", + "version": "0.4.3", "type": "module", "description": "Github action that sync an AWS Secrets Manager and it's values from a provided json file", "main": "index.js",