diff --git a/.changeset/hot-buttons-drive.md b/.changeset/hot-buttons-drive.md deleted file mode 100644 index 71e7c5c4e8..0000000000 --- a/.changeset/hot-buttons-drive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@unlike/github-actions-http-client": patch -"@unlike/github-actions-core": patch ---- - -feat: enable npm provenance diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d544e24f7b..fc15d24882 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @unlike/github-actions-core +## 1.1.2 + +### Patch Changes + +- [`34c2f6e`](https://github.com/unlike-ltd/github-actions-toolkit/commit/34c2f6e4196180b2c6d29d9cbb94bcc0b3f77133) Thanks [@andykenward](https://github.com/andykenward)! - feat: enable npm provenance + +- Updated dependencies [[`34c2f6e`](https://github.com/unlike-ltd/github-actions-toolkit/commit/34c2f6e4196180b2c6d29d9cbb94bcc0b3f77133)]: + - @unlike/github-actions-http-client@0.2.1 + ## 1.1.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index fd9da5040d..26df5f28e8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@unlike/github-actions-core", - "version": "1.1.1", + "version": "1.1.2", "description": "Actions core lib", "keywords": [ "github", diff --git a/packages/http-client/CHANGELOG.md b/packages/http-client/CHANGELOG.md index f0c5b6430e..466fd8357b 100644 --- a/packages/http-client/CHANGELOG.md +++ b/packages/http-client/CHANGELOG.md @@ -1,5 +1,11 @@ # @unlike/github-actions-http-client +## 0.2.1 + +### Patch Changes + +- [`34c2f6e`](https://github.com/unlike-ltd/github-actions-toolkit/commit/34c2f6e4196180b2c6d29d9cbb94bcc0b3f77133) Thanks [@andykenward](https://github.com/andykenward)! - feat: enable npm provenance + ## 0.2.0 ### Minor Changes diff --git a/packages/http-client/package.json b/packages/http-client/package.json index 1764383de0..b1fbc3124b 100644 --- a/packages/http-client/package.json +++ b/packages/http-client/package.json @@ -1,6 +1,6 @@ { "name": "@unlike/github-actions-http-client", - "version": "0.2.0", + "version": "0.2.1", "description": "Actions Http Client", "keywords": [], "homepage": "https://github.com/unlike-ltd/github-actions-toolkit/tree/main/packages/http-client",