From cfb6b6351a4070ae930476a14b1b58eb6cb99b8b Mon Sep 17 00:00:00 2001 From: "trigger-github-actions-release[bot]" <143469140+trigger-github-actions-release[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:40:42 +0900 Subject: [PATCH] chore: release 1.12.2 from main (#913) Co-authored-by: trigger-github-actions-release[bot] <143469140+trigger-github-actions-release[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 87f5de0277..0607391767 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.1" + ".": "1.12.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eea4067ce3..8621209f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.12.2](https://github.com/kintone/cli-kintone/compare/v1.12.1...v1.12.2) (2024-11-06) + + +### Miscellaneous Chores + +* plugin pack command for 2 ([#916](https://github.com/kintone/cli-kintone/issues/916)) ([268817c](https://github.com/kintone/cli-kintone/commit/268817c33a3f13743cc7df708794b228e9c7bd43)) + ## [1.12.1](https://github.com/kintone/cli-kintone/compare/v1.12.0...v1.12.1) (2024-10-24) diff --git a/package.json b/package.json index e77f32fc98..b358b006a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kintone/cli", - "version": "1.12.1", + "version": "1.12.2", "publishConfig": { "access": "public" },