From 5aec9a08267d7e8cb5d781727f629020ee075228 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 07:23:37 +0200 Subject: [PATCH] [ci] release (#396) Co-authored-by: github-actions[bot] --- .changeset/weak-steaks-hang.md | 5 ----- packages/cloudflare/CHANGELOG.md | 6 ++++++ packages/cloudflare/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/weak-steaks-hang.md diff --git a/.changeset/weak-steaks-hang.md b/.changeset/weak-steaks-hang.md deleted file mode 100644 index 7d9b2ddd1..000000000 --- a/.changeset/weak-steaks-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/cloudflare': patch ---- - -Fixes a bug which was caused on windows when splitting static file paths diff --git a/packages/cloudflare/CHANGELOG.md b/packages/cloudflare/CHANGELOG.md index 9b0dd3e2d..8e163284e 100644 --- a/packages/cloudflare/CHANGELOG.md +++ b/packages/cloudflare/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/cloudflare +## 11.0.5 + +### Patch Changes + +- [#387](https://github.com/withastro/adapters/pull/387) [`04e5c38`](https://github.com/withastro/adapters/commit/04e5c389f251efa02fe7b973ed95cdc61fad3389) Thanks [@veitbjarsch](https://github.com/veitbjarsch)! - Fixes a bug which was caused on windows when splitting static file paths + ## 11.0.4 ### Patch Changes diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index acc96560d..a1cbbee80 100644 --- a/packages/cloudflare/package.json +++ b/packages/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/cloudflare", "description": "Deploy your site to Cloudflare Workers/Pages", - "version": "11.0.4", + "version": "11.0.5", "type": "module", "types": "./dist/index.d.ts", "author": "withastro",