Skip to content

Commit 65e76dd

Browse files
[ci] release (#6914)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3a6846e commit 65e76dd

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

packages/integrations/cloudflare/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @astrojs/cloudflare
22

3+
## 6.2.3
4+
5+
### Patch Changes
6+
7+
- [#6222](https://github.com/withastro/astro/pull/6222) [`081b2402c`](https://github.com/withastro/astro/commit/081b2402cfb48b5eb8dbd02664d8af2f7c798edf) Thanks [@AirBorne04](https://github.com/AirBorne04)! - add option to compile unminified code
8+
9+
- Updated dependencies [[`b89042553`](https://github.com/withastro/astro/commit/b89042553ec45d5f6bc71747e0f3470ba969e679)]:
10+
11+
312
## 6.2.2
413

514
### Patch Changes

packages/integrations/cloudflare/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/cloudflare",
33
"description": "Deploy your site to Cloudflare Workers/Pages",
4-
"version": "6.2.2",
4+
"version": "6.2.3",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",
@@ -38,7 +38,7 @@
3838
"tiny-glob": "^0.2.9"
3939
},
4040
"peerDependencies": {
41-
"astro": "workspace:^2.3.1"
41+
"astro": "workspace:^2.3.2"
4242
},
4343
"devDependencies": {
4444
"astro": "workspace:*",

0 commit comments

Comments
 (0)