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",