summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2024-03-27 14:55:37 +0100
committerGravatar GitHub <noreply@github.com> 2024-03-27 14:55:37 +0100
commit08f6167c012a2c61da5055f350acdf62a8b12b8f (patch)
treeded054e78f3d2897b55dae3b1d45beb4102bd98f
parenta5ef475ac987bc719cff86486916e4bf55ded8c6 (diff)
downloadastro-08f6167c012a2c61da5055f350acdf62a8b12b8f.tar.gz
astro-08f6167c012a2c61da5055f350acdf62a8b12b8f.tar.zst
astro-08f6167c012a2c61da5055f350acdf62a8b12b8f.zip
[ci] release (#205)
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 7321c08c1..ae70f8704 100644
--- a/packages/integrations/cloudflare/CHANGELOG.md
+++ b/packages/integrations/cloudflare/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/cloudflare
+## 9.2.1
+
+### Patch Changes
+
+- [#204](https://github.com/withastro/adapters/pull/204) [`826bb4fe1fa2a95a38397f927210cdf37079c38a`](https://github.com/withastro/adapters/commit/826bb4fe1fa2a95a38397f927210cdf37079c38a) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Fixes a typo for a Cloudflare runtime .dev.vars warning
+
## 9.2.0
### Minor Changes
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json
index 36c9b7a97..ec3c4bd41 100644
--- a/packages/integrations/cloudflare/package.json
+++ b/packages/integrations/cloudflare/package.json
@@ -2,7 +2,7 @@
"//comment": "test changeset-bot",
"name": "@astrojs/cloudflare",
"description": "Deploy your site to Cloudflare Workers/Pages",
- "version": "9.2.0",
+ "version": "9.2.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",