From e31e518282ecac4ec809ae8cdc00e657c55f7229 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, 23 Oct 2024 05:40:22 +0000 Subject: [PATCH] chore: release 1.12.0 from main --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b796cf0d1..a09efe7f87 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.1" + ".": "1.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a8ac1349..1e6dd08fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.12.0](https://github.com/kintone/cli-kintone/compare/v1.11.1...v1.12.0) (2024-10-23) + + +### Features + +* publish cli-kintone to npm registry ([#877](https://github.com/kintone/cli-kintone/issues/877)) ([3c5e365](https://github.com/kintone/cli-kintone/commit/3c5e3654497333130691855b846afd845b051ccc)) + + +### Documentation + +* define the Stability Index ([#890](https://github.com/kintone/cli-kintone/issues/890)) ([a13b97e](https://github.com/kintone/cli-kintone/commit/a13b97e3263bf8d6cb183408cb9781d8e476bdb7)) + ## [1.11.1](https://github.com/kintone/cli-kintone/compare/v1.11.0...v1.11.1) (2024-09-27) diff --git a/package.json b/package.json index 7718250830..709d200ea5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kintone/cli", - "version": "1.11.1", + "version": "1.12.0", "publishConfig": { "access": "public" },