summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2024-09-18 07:23:37 +0200
committerGravatar GitHub <noreply@github.com> 2024-09-18 07:23:37 +0200
commit90771cd5fd034566ffdebfbf2da320bd4417309b (patch)
treed65d1e7875033eac6b06153b9fe39717f9dced0c
parentea9890256b34312d45fe352567630d89bfe22c7b (diff)
downloadastro-90771cd5fd034566ffdebfbf2da320bd4417309b.tar.gz
astro-90771cd5fd034566ffdebfbf2da320bd4417309b.tar.zst
astro-90771cd5fd034566ffdebfbf2da320bd4417309b.zip
[ci] release (#396)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--packages/integrations/cloudflare/CHANGELOG.md6
-rw-r--r--packages/integrations/cloudflare/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md
index 9b0dd3e2d..8e163284e 100644
--- a/packages/integrations/cloudflare/CHANGELOG.md
+++ b/packages/integrations/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/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json
index acc96560d..a1cbbee80 100644
--- a/packages/integrations/cloudflare/package.json
+++ b/packages/integrations/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",