diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 345f64d108..5a71b31018 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.11" + ".": "1.10.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d3622c65..90b90f9bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.10.12](https://github.com/kintone/cli-kintone/compare/v1.10.11...v1.10.12) (2024-02-16) + + +### Bug Fixes + +* **deps:** update dependency https-proxy-agent to ^7.0.3 ([#678](https://github.com/kintone/cli-kintone/issues/678)) ([f86d5d2](https://github.com/kintone/cli-kintone/commit/f86d5d23780c792066417b1862ef84d3eb8fe05a)) +* **deps:** update dependency https-proxy-agent to ^7.0.4 ([#687](https://github.com/kintone/cli-kintone/issues/687)) ([f731551](https://github.com/kintone/cli-kintone/commit/f7315513bfeab915e2c95be667217711b4c58e2a)) + ## [1.10.11](https://github.com/kintone/cli-kintone/compare/v1.10.10...v1.10.11) (2024-02-07) diff --git a/package.json b/package.json index bce8b73c81..0bc522141b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kintone/cli-kintone", - "version": "1.10.11", + "version": "1.10.12", "publishConfig": { "access": "public" },