diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cae2c5a..3d67dd6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.2" + ".": "1.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a9ea5..3693884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.3](https://github.com/linchpin/cli/compare/v1.2.2...v1.2.3) (2026-09-20) + + +### Tests 🧪 + +* **NO-TASK:** Filter the bash 5 job-control warning, and preflight the CI matrix locally ([#76](https://github.com/linchpin/cli/issues/76)) ([ca798fc](https://github.com/linchpin/cli/commit/ca798fce083d7ebad3bece8a1c4dc233e201a0f0)) + + +### Miscellaneous Chores 🧹 + +* **deps:** update commitlint monorepo to v21.2.3 ([#85](https://github.com/linchpin/cli/issues/85)) ([ad5017a](https://github.com/linchpin/cli/commit/ad5017a753b6f89f7ab8eef2127397e79187b8da)) + ## [1.2.2](https://github.com/linchpin/cli/compare/v1.2.1...v1.2.2) (2026-09-19) diff --git a/package-lock.json b/package-lock.json index 7df6e33..36f4cdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@linchpinagency/cli", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@linchpinagency/cli", - "version": "1.2.2", + "version": "1.2.3", "license": "GPL-2.0-only", "bin": { "linchpin": "dist/cli.js" diff --git a/package.json b/package.json index 3209079..2d8b8ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@linchpinagency/cli", - "version": "1.2.2", + "version": "1.2.3", "repository": { "type": "git", "url": "git+https://github.com/linchpin/cli.git"