From 3e42c720f927d5013c8286109110058d26113cd8 Mon Sep 17 00:00:00 2001 From: draftea-bot Date: Fri, 17 May 2024 22:36:20 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20release=200.1.0=20=E2=86=92=200.1.1=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 7066b50..75b05b9 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,7 +1,7 @@ [tool] [tool.commitizen] name = "cz_customize" -version = "0.1.0" +version = "0.1.1" 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 8dede7e..16c876e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "json-diff-action", "type": "module", - "version": "0.1.0", + "version": "0.1.1", "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 .",