diff --git a/.changeset/five-dodos-press.md b/.changeset/five-dodos-press.md deleted file mode 100644 index 3c2d7f1e..00000000 --- a/.changeset/five-dodos-press.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"github-actions-cloudflare-pages": patch ---- - -Updates @octokit/graphql-schema from 14.46.0 to 14.55.1 -Updates @octokit/webhooks-schemas from 7.3.1 to 7.3.2 -Updates @octokit/webhooks-types from 7.3.1 to 7.3.2 \ No newline at end of file diff --git a/.changeset/shy-bobcats-develop.md b/.changeset/shy-bobcats-develop.md deleted file mode 100644 index 8ca5c02e..00000000 --- a/.changeset/shy-bobcats-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github-actions-cloudflare-pages": patch ---- - -bump the cloudflare from 3.22.1 to 3.22.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed94e5e..d6bcc4be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # github-actions-cloudflare-pages +## 1.1.3 + +### Patch Changes + +- [#216](https://github.com/unlike-ltd/github-actions-cloudflare-pages/pull/216) [`88b82bc`](https://github.com/unlike-ltd/github-actions-cloudflare-pages/commit/88b82bcc14181e54262e91dcbed509a7489e5578) Thanks [@dependabot](https://github.com/apps/dependabot)! - Updates @octokit/graphql-schema from 14.46.0 to 14.55.1 + Updates @octokit/webhooks-schemas from 7.3.1 to 7.3.2 + Updates @octokit/webhooks-types from 7.3.1 to 7.3.2 + +- [#188](https://github.com/unlike-ltd/github-actions-cloudflare-pages/pull/188) [`b6d3336`](https://github.com/unlike-ltd/github-actions-cloudflare-pages/commit/b6d333602ca07945ee7b2f912610f08442fc90a6) Thanks [@dependabot](https://github.com/apps/dependabot)! - bump the cloudflare from 3.22.1 to 3.22.4 + ## 1.1.2 ### Patch Changes diff --git a/package.json b/package.json index 9d61b7d7..a92f394a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-actions-cloudflare-pages", - "version": "1.1.2", + "version": "1.1.3", "private": true, "description": "A Github Action to deploy to Cloudflare Pages", "type": "module",