diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 105e08fc01..345f64d108 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.10" + ".": "1.10.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c411b96fb..77d3622c65 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.11](https://github.com/kintone/cli-kintone/compare/v1.10.10...v1.10.11) (2024-02-07) + + +### Bug Fixes + +* **deps:** update dependency @kintone/rest-api-client to ^5.0.8 ([#666](https://github.com/kintone/cli-kintone/issues/666)) ([9cf4af5](https://github.com/kintone/cli-kintone/commit/9cf4af5944cf057a6ed15776fdfbf4e865143c57)) + ## [1.10.10](https://github.com/kintone/cli-kintone/compare/v1.10.9...v1.10.10) (2024-01-26) diff --git a/package.json b/package.json index fd221db073..db9ed0e822 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kintone/cli-kintone", - "version": "1.10.10", + "version": "1.10.11", "publishConfig": { "access": "public" },