diff --git a/.changeset/olive-donkeys-shave.md b/.changeset/olive-donkeys-shave.md deleted file mode 100644 index 701ee97ed..000000000 --- a/.changeset/olive-donkeys-shave.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@cloudfour/patterns': patch ---- - -Publish releases via npm trusted publishing (OIDC) instead of a stored token. - -There are no functional changes to the package. From this release onward, -published versions carry a provenance attestation linking the tarball to the -workflow run and commit that produced it. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9645ac613..7944d2b8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @cloudfour/patterns +## 17.2.1 + +### Patch Changes + +- [#2481](https://github.com/cloudfour/cloudfour.com-patterns/pull/2481) [`cad3e22`](https://github.com/cloudfour/cloudfour.com-patterns/commit/cad3e2284f656eae5aa0a22afd9be9bf3490ba9a) Thanks [@spaceninja](https://github.com/spaceninja)! - Publish releases via npm trusted publishing (OIDC) instead of a stored token. + + There are no functional changes to the package. From this release onward, + published versions carry a provenance attestation linking the tarball to the + workflow run and commit that produced it. + ## 17.2.0 ### Minor Changes diff --git a/package.json b/package.json index a26301b0d..a0e27f976 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/patterns", - "version": "17.2.0", + "version": "17.2.1", "description": "Front-end patterns for cloudfour.com", "license": "MIT", "repository": "github:cloudfour/cloudfour.com-patterns",