From 5deef3c8313bb164ef155f6d31ccfc11552c8154 Mon Sep 17 00:00:00 2001 From: "trigger-github-actions[bot]" <143469140+trigger-github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 16:22:26 +0900 Subject: [PATCH] chore(main): release 1.10.1 (#505) 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 d9246ddf2c..211ac9a506 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a6d4c687..a70c911553 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.1](https://github.com/kintone/cli-kintone/compare/v1.10.0...v1.10.1) (2023-10-03) + + +### Bug Fixes + +* **deps:** update dependency @kintone/rest-api-client to ^4.1.1 ([#507](https://github.com/kintone/cli-kintone/issues/507)) ([1cd8b87](https://github.com/kintone/cli-kintone/commit/1cd8b8705efc2bc7100d94f943be96f7668ad132)) + ## [1.10.0](https://github.com/kintone/cli-kintone/compare/v1.9.0...v1.10.0) (2023-09-26) diff --git a/package.json b/package.json index 83ce684312..61cc7c1980 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kintone/cli-kintone", - "version": "1.10.0", + "version": "1.10.1", "publishConfig": { "access": "public" },