From 9e6914ab93f1d9b32ac3773abc30ab6e355f47de Mon Sep 17 00:00:00 2001 From: draftea-bot Date: Wed, 22 Nov 2023 14:42:22 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20release=200.0.3=20=E2=86=92=200.0.4=20[?= =?UTF-8?q?skip-ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 5 +++++ package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.cz.toml b/.cz.toml index 5621f34..1e05157 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 61b3490..24c0f34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.0.4 (2023-11-22) + + +- ci: upgrade actions + ## v0.0.3 (2023-11-22) diff --git a/package.json b/package.json index ef65fb0..906c271 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "json-diff-action", "type": "module", - "version": "0.0.3", + "version": "0.0.4", "description": "Simple action that compare the keys of different json files and return what keys are missing between each other", "scripts": { "lint": "npx eslint --fix .",