From 928f2732db4383be7ada10cb37c508db92af94dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:16:34 +0900 Subject: [PATCH] chore(main): release 1.7.3 (#400) Co-authored-by: github-actions[bot] <41898282+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 f2ada20b91..af3e13df48 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.2" + ".": "1.7.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index da198b2f0e..b18a2874c2 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.7.3](https://github.com/kintone/cli-kintone/compare/v1.7.2...v1.7.3) (2023-07-18) + + +### Bug Fixes + +* **deps:** update dependency @kintone/rest-api-client to v4 ([#369](https://github.com/kintone/cli-kintone/issues/369)) ([1bd600a](https://github.com/kintone/cli-kintone/commit/1bd600a5fd6d61dc0943258645174a3048b539ec)) + ## [1.7.2](https://github.com/kintone/cli-kintone/compare/v1.7.1...v1.7.2) (2023-07-12) diff --git a/package.json b/package.json index 99d7b160fa..cc4aae8263 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kintone/cli-kintone", - "version": "1.7.2", + "version": "1.7.3", "publishConfig": { "access": "public" },