diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c951061..399184e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a38525b..f94777b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/linchpin/cli/compare/v1.2.0...v1.2.1) (2026-08-27) + + +### Miscellaneous Chores 🧹 + +* **deps:** update dependency @inquirer/prompts to v8.7.0 ([#66](https://github.com/linchpin/cli/issues/66)) ([e1e9913](https://github.com/linchpin/cli/commit/e1e991318d9f2624bb3ccc447a8175f67427d562)) + ## [1.2.0](https://github.com/linchpin/cli/compare/v1.1.3...v1.2.0) (2026-08-26) diff --git a/package-lock.json b/package-lock.json index f666b57..eba7cf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@linchpinagency/cli", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@linchpinagency/cli", - "version": "1.2.0", + "version": "1.2.1", "license": "GPL-2.0-only", "bin": { "linchpin": "dist/cli.js" diff --git a/package.json b/package.json index a5dbebf..12ffcfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@linchpinagency/cli", - "version": "1.2.0", + "version": "1.2.1", "repository": { "type": "git", "url": "git+https://github.com/linchpin/cli.git"