diff options
Diffstat (limited to 'packages/integrations/cloudflare')
-rw-r--r-- | packages/integrations/cloudflare/CHANGELOG.md | 12 | ||||
-rw-r--r-- | packages/integrations/cloudflare/package.json | 4 |
2 files changed, 14 insertions, 2 deletions
diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index 0cfb77d9e..86a575051 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/cloudflare +## 7.4.0 + +### Minor Changes + +- [#8682](https://github.com/withastro/astro/pull/8682) [`c3572fd5e`](https://github.com/withastro/astro/commit/c3572fd5e0e3864cd728f83502a52e9274793ee2) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Change build target from `es2020` to `es2022`, for better support + +### Patch Changes + +- Updated dependencies [[`31c59ad8b`](https://github.com/withastro/astro/commit/31c59ad8b6a72f95c98a306ecf92d198c03110b4), [`47ea310f0`](https://github.com/withastro/astro/commit/47ea310f01d06ed1562c790bec348718a2fa8277), [`345808170`](https://github.com/withastro/astro/commit/345808170fce783ddd3c9a4035a91fa64dcc5f46)]: + - astro@3.2.1 + - @astrojs/underscore-redirects@0.3.0 + ## 7.3.1 ### Patch Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 967c6ebf0..bf4b41907 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": "7.3.1", + "version": "7.4.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -47,7 +47,7 @@ "vite": "^4.4.9" }, "peerDependencies": { - "astro": "workspace:^3.2.0" + "astro": "workspace:^3.2.1" }, "devDependencies": { "@types/iarna__toml": "^2.0.2", |