From 3489c476d81b66152ad3898848a4458a44841a5b Mon Sep 17 00:00:00 2001 From: "trigger-github-actions[bot]" <143469140+trigger-github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:25:16 +0900 Subject: [PATCH] chore(main): release 1.10.6 (#570) Co-authored-by: trigger-github-actions[bot] <143469140+trigger-github-actions[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 8db4f3200d..dc9f288e92 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.5" + ".": "1.10.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e62f79ad..bcff40760e 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.10.6](https://github.com/kintone/cli-kintone/compare/v1.10.5...v1.10.6) (2023-12-06) + + +### Bug Fixes + +* **deps:** update dependency @kintone/rest-api-client to ^5.0.4 ([#595](https://github.com/kintone/cli-kintone/issues/595)) ([1a3ec45](https://github.com/kintone/cli-kintone/commit/1a3ec45ad798dd022cd2305925ae7b194e161806)) + ## [1.10.5](https://github.com/kintone/cli-kintone/compare/v1.10.4...v1.10.5) (2023-11-14) diff --git a/package.json b/package.json index 13df8a4af8..56010265c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kintone/cli-kintone", - "version": "1.10.5", + "version": "1.10.6", "publishConfig": { "access": "public" },