summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2023-01-12 08:40:35 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-12 11:40:35 -0500
commit02b797fd3c42fe7270a13bb7d204c0bac6e8b9b7 (patch)
tree02b6d6724d69c4bc8e44bd47d246705dc0e99145 /scripts
parent1d43a3a6aafa02b59e39c238abac9499a10aadb9 (diff)
downloadastro-@astrojs/cloudflare@6.0.0-beta.1.tar.gz
astro-@astrojs/cloudflare@6.0.0-beta.1.tar.zst
astro-@astrojs/cloudflare@6.0.0-beta.1.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/CHANGELOG.md7
-rw-r--r--scripts/package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md
index a645433cd..c12d8947e 100644
--- a/scripts/CHANGELOG.md
+++ b/scripts/CHANGELOG.md
@@ -1,5 +1,12 @@
# astro-scripts
+## 0.0.10-beta.0
+
+### Patch Changes
+
+- Updated dependencies [[`c55fbcb8e`](https://github.com/withastro/astro/commit/c55fbcb8edca1fe118a44f68c9f9436a4719d171), [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a)]:
+ - @astrojs/webapi@2.0.0-beta.0
+
## 0.0.9
### Patch Changes
diff --git a/scripts/package.json b/scripts/package.json
index a54c92956..375b53462 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "astro-scripts",
- "version": "0.0.9",
+ "version": "0.0.10-beta.0",
"private": true,
"type": "module",
"main": "./index.js",