aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-06-05 05:44:36 -0700
committerGravatar GitHub <noreply@github.com> 2025-06-05 13:44:36 +0100
commit0947a69192ad6820970902c7c951fb0cf31fcf4b (patch)
tree3eea4faad541012db34d2c98ddaa2c1d942fca20 /packages/integrations
parent761abb61d8a2ca79be729ab4d7285f10606cd2fd (diff)
downloadastro-0947a69192ad6820970902c7c951fb0cf31fcf4b.tar.gz
astro-0947a69192ad6820970902c7c951fb0cf31fcf4b.tar.zst
astro-0947a69192ad6820970902c7c951fb0cf31fcf4b.zip
* [ci] release * Update packages/astro/CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Kane <m@mk.gg>
Diffstat (limited to '')
-rw-r--r--packages/integrations/cloudflare/CHANGELOG.md11
-rw-r--r--packages/integrations/cloudflare/package.json2
2 files changed, 12 insertions, 1 deletions
diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md
index 859b062be..c03fc4445 100644
--- a/packages/integrations/cloudflare/CHANGELOG.md
+++ b/packages/integrations/cloudflare/CHANGELOG.md
@@ -1,5 +1,16 @@
# @astrojs/cloudflare
+## 12.5.4
+
+### Patch Changes
+
+- [#13817](https://github.com/withastro/astro/pull/13817) [`b7258f1`](https://github.com/withastro/astro/commit/b7258f1243189218604346f5e0301dbdd363a57f) Thanks [@yanthomasdev](https://github.com/yanthomasdev)! - Clarifies and reduces a few logs when starting the dev server with `@astrojs/cloudflare`.
+
+ Warnings about sharp support will now be suppressed when you have explicitly set an `imageService` option.
+
+- Updated dependencies []:
+ - @astrojs/underscore-redirects@0.6.1
+
## 12.5.3
### Patch Changes
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json
index 4ca2b8bc0..a09516fd5 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": "12.5.3",
+ "version": "12.5.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",