From 9bb15cc8d6e17da8521064992a41996afc90ad7f Mon Sep 17 00:00:00 2001 From: Linchpin Bot Date: Sat, 5 Sep 2026 09:07:08 -0400 Subject: [PATCH] chore(main): release 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 399184e..451d4b1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.1" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f94777b..183966b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.3.0](https://github.com/linchpin/cli/compare/v1.2.1...v1.3.0) (2026-09-05) + + +### Features ✨ + +* **NO-TASK:** Announce a new release at shell startup ([#70](https://github.com/linchpin/cli/issues/70)) ([8e25ad0](https://github.com/linchpin/cli/commit/8e25ad0df241e2c706651f39614ae674f700148e)) +* **NO-TASK:** Require trust for repository hooks and contain path arguments ([#69](https://github.com/linchpin/cli/issues/69)) ([759e0e6](https://github.com/linchpin/cli/commit/759e0e694795fa9921fe9e137ca1f8cfb52b219a)) + + +### Miscellaneous Chores 🧹 + +* **deps:** update dependency @inquirer/prompts to v8.7.1 ([#73](https://github.com/linchpin/cli/issues/73)) ([cc20587](https://github.com/linchpin/cli/commit/cc205873191bdbd6d9fb419fb004a6a2ef54a6e4)) +* **deps:** update dependency tinyexec to v1.3.1 ([#74](https://github.com/linchpin/cli/issues/74)) ([318efdb](https://github.com/linchpin/cli/commit/318efdb1f44750fec0ff097486222d0764ed3b8f)) +* **deps:** update dependency tsdown to ^0.23.0 ([#75](https://github.com/linchpin/cli/issues/75)) ([ffb2767](https://github.com/linchpin/cli/commit/ffb2767de753eeaa8c232a1742ae5ff7077821f0)) +* **deps:** update dependency zod to v4.5.4 ([#68](https://github.com/linchpin/cli/issues/68)) ([c44a9f6](https://github.com/linchpin/cli/commit/c44a9f671e98dd3938f78e771064e757dbd6cfbb)) + ## [1.2.1](https://github.com/linchpin/cli/compare/v1.2.0...v1.2.1) (2026-08-27) diff --git a/package-lock.json b/package-lock.json index 69c3c30..cbf24d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@linchpinagency/cli", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@linchpinagency/cli", - "version": "1.2.1", + "version": "1.3.0", "license": "GPL-2.0-only", "bin": { "linchpin": "dist/cli.js" diff --git a/package.json b/package.json index 062c1a4..77f633c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@linchpinagency/cli", - "version": "1.2.1", + "version": "1.3.0", "repository": { "type": "git", "url": "git+https://github.com/linchpin/cli.git"