diff --git a/.changeset/clever-panthers-fly.md b/.changeset/clever-panthers-fly.md deleted file mode 100644 index e257cab4..00000000 --- a/.changeset/clever-panthers-fly.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"github-actions-cloudflare-pages": patch ---- - -chore(deps): bump @octokit/plugin-paginate-rest 9.1.2 to 9.1.5 -chore(deps): upgrade @unlike/github-actions-core 0.1.2 to 1.0.0 -chore(deps-dev): bump @octokit/graphql-schema 14.39.0 to 14.46.0 \ No newline at end of file diff --git a/.changeset/small-points-share.md b/.changeset/small-points-share.md deleted file mode 100644 index cf0a25e5..00000000 --- a/.changeset/small-points-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'github-actions-cloudflare-pages': patch ---- - -chore(deps): bump wrangler from 3.15.0 to 3.22.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 920875f3..7ed94e5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # github-actions-cloudflare-pages +## 1.1.2 + +### Patch Changes + +- [`ff5af80`](https://github.com/unlike-ltd/github-actions-cloudflare-pages/commit/ff5af80c1fca02633c244eb8fc3e765208d93140) Thanks [@andykenward](https://github.com/andykenward)! - chore(deps): bump @octokit/plugin-paginate-rest 9.1.2 to 9.1.5 + chore(deps): upgrade @unlike/github-actions-core 0.1.2 to 1.0.0 + chore(deps-dev): bump @octokit/graphql-schema 14.39.0 to 14.46.0 + +- [#174](https://github.com/unlike-ltd/github-actions-cloudflare-pages/pull/174) [`f5b3e48`](https://github.com/unlike-ltd/github-actions-cloudflare-pages/commit/f5b3e4808f54b070ebe682561f6815103475867e) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump wrangler from 3.15.0 to 3.22.1 + ## 1.1.1 ### Patch Changes diff --git a/package.json b/package.json index 4250f176..2742d348 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-actions-cloudflare-pages", - "version": "1.1.1", + "version": "1.1.2", "private": true, "description": "A Github Action to deploy to Cloudflare Pages", "type": "module",