From 8dfa1ef795026140dfec613546c98a8c79c4b263 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 11 Feb 2024 13:45:54 +0000 Subject: [PATCH] Version Packages --- .changeset/shy-bobcats-develop.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/shy-bobcats-develop.md 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..4032ccc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # github-actions-cloudflare-pages +## 1.1.3 + +### Patch Changes + +- [#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 90288a5b..eb4ea4ff 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",