diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dcbafd3840..21cfb52bca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.13" + ".": "1.10.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 40fed09109..61a0574d04 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.14](https://github.com/kintone/cli-kintone/compare/v1.10.13...v1.10.14) (2024-06-10) + + +### Bug Fixes + +* **deps:** update dependency @kintone/rest-api-client to ^5.5.1 ([#741](https://github.com/kintone/cli-kintone/issues/741)) ([f5cb201](https://github.com/kintone/cli-kintone/commit/f5cb201a5851ea634a7d5a6826b1265b3f8fbcbb)) + ## [1.10.13](https://github.com/kintone/cli-kintone/compare/v1.10.12...v1.10.13) (2024-04-02) diff --git a/package.json b/package.json index a5595dcacf..bb329a1896 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kintone/cli-kintone", - "version": "1.10.13", + "version": "1.10.14", "publishConfig": { "access": "public" },