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..0775ebf28a 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-03) + + +### 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" },