diff options
author | 2024-08-03 08:10:13 +0200 | |
---|---|---|
committer | 2024-08-03 08:10:13 +0200 | |
commit | 1de54b934a293586a88bde8408eb0b601428dc80 (patch) | |
tree | 16fdfe779a50d5dbeb525064f3b1baa01aa88182 | |
parent | d6aa05b92cf15e469038b16f18bfab6d92de63c9 (diff) | |
download | astro-1de54b934a293586a88bde8408eb0b601428dc80.tar.gz astro-1de54b934a293586a88bde8408eb0b601428dc80.tar.zst astro-1de54b934a293586a88bde8408eb0b601428dc80.zip |
[ci] release (#329)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | packages/integrations/cloudflare/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/cloudflare/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index 50e4ad822..8c823cac5 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/cloudflare +## 11.0.2 + +### Patch Changes + +- [#340](https://github.com/withastro/adapters/pull/340) [`45d0abb`](https://github.com/withastro/adapters/commit/45d0abb52b8e940a7c702a148be779428836396c) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Fixes an issue if environment variables where used inside the middleware and a prerendering occured. + ## 11.0.1 ### Patch Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index c10803cac..9e8f0e90f 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.1", + "version": "11.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |