diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3095acba5b..105e08fc01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.9" + ".": "1.10.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d6421498f..6b7ef7768f 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.10](https://github.com/kintone/cli-kintone/compare/v1.10.9...v1.10.10) (2024-01-25) + + +### Bug Fixes + +* **deps:** update dependency @kintone/rest-api-client to ^5.0.7 ([#660](https://github.com/kintone/cli-kintone/issues/660)) ([b479566](https://github.com/kintone/cli-kintone/commit/b47956622b32081627f3a1a31c8f695f2805b797)) + ## [1.10.9](https://github.com/kintone/cli-kintone/compare/v1.10.8...v1.10.9) (2024-01-23) diff --git a/package.json b/package.json index 804a2cfb77..d8aa5ec1a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kintone/cli-kintone", - "version": "1.10.9", + "version": "1.10.10", "publishConfig": { "access": "public" },