From abf0ca5549971eed472e704bbfba419e21bd53e0 Mon Sep 17 00:00:00 2001 From: "trigger-github-actions[bot]" <143469140+trigger-github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:17:15 +0000 Subject: [PATCH] chore(main): release 1.10.2 --- .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 211ac9a506..f1c2ec3f67 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.1" + ".": "1.10.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a70c911553..f7d59b7ced 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.2](https://github.com/kintone/cli-kintone/compare/v1.10.1...v1.10.2) (2023-10-16) + + +### Bug Fixes + +* increase the socket timeout value ([#526](https://github.com/kintone/cli-kintone/issues/526)) ([b56dce4](https://github.com/kintone/cli-kintone/commit/b56dce4e1d1b535abfa694855019a09220cda4a5)) + ## [1.10.1](https://github.com/kintone/cli-kintone/compare/v1.10.0...v1.10.1) (2023-10-03) diff --git a/package.json b/package.json index d075d9cbf7..122c1f948c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kintone/cli-kintone", - "version": "1.10.1", + "version": "1.10.2", "publishConfig": { "access": "public" },