From d7a50a8ea130e50787ce4b872348a34447e92de5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 08:43:22 +0000 Subject: [PATCH] chore: release --- .changeset/fix-publish-auth.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fix-publish-auth.md diff --git a/.changeset/fix-publish-auth.md b/.changeset/fix-publish-auth.md deleted file mode 100644 index 828ed5b..0000000 --- a/.changeset/fix-publish-auth.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@_linked/cli': patch ---- - -Remove `prepack: yarn build && pinst --disable` and `postpack: pinst --enable` scripts. These were conflicting with the CI publish flow (ENEEDAUTH on the actual `npm publish` call). Build now happens only in the dedicated CI "Build" step. Also remove `postinstall: husky install` (not needed for published installs). diff --git a/CHANGELOG.md b/CHANGELOG.md index 5521e10..6beaed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.3.2 + +### Patch Changes + +- [#19](https://github.com/linked-cm/cli/pull/19) [`2111d11`](https://github.com/linked-cm/cli/commit/2111d113039c95304458e72c29dc2a58ca97ba16) Thanks [@flyon](https://github.com/flyon)! - Remove `prepack: yarn build && pinst --disable` and `postpack: pinst --enable` scripts. These were conflicting with the CI publish flow (ENEEDAUTH on the actual `npm publish` call). Build now happens only in the dedicated CI "Build" step. Also remove `postinstall: husky install` (not needed for published installs). + ## 1.3.0 ### Minor Changes diff --git a/package.json b/package.json index f4e0188..923831d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@_linked/cli", - "version": "1.3.1", + "version": "1.3.2", "description": "Command line tools for the @_linked/* packages and apps", "main": "lib/cjs/index.js", "module": "lib/esm/index.js",