diff options
Diffstat (limited to 'packages/integrations/cloudflare/package.json')
-rw-r--r-- | packages/integrations/cloudflare/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index c3f6b34b7..be49fe3a8 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": "6.2.0", + "version": "6.2.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -38,7 +38,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^2.1.2" + "astro": "workspace:^2.1.3" }, "devDependencies": { "astro": "workspace:*", |