summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/CHANGELOG.md17
-rw-r--r--scripts/package.json2
2 files changed, 18 insertions, 1 deletions
diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md
index 7e9417476..661bd5461 100644
--- a/scripts/CHANGELOG.md
+++ b/scripts/CHANGELOG.md
@@ -1,19 +1,36 @@
# astro-scripts
+## 0.0.10
+
+### Patch Changes
+
+- Updated dependencies [[`46ecd5de3`](https://github.com/withastro/astro/commit/46ecd5de34df619e2ee73ccea39a57acd37bc0b8), [`c55fbcb8e`](https://github.com/withastro/astro/commit/c55fbcb8edca1fe118a44f68c9f9436a4719d171), [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a)]:
+ - @astrojs/webapi@2.0.0
+
## 0.0.10-beta.1
+<details>
+<summary>See changes in 0.0.10-beta.1</summary>
+
### Patch Changes
- Updated dependencies [[`46ecd5de3`](https://github.com/withastro/astro/commit/46ecd5de34df619e2ee73ccea39a57acd37bc0b8)]:
- @astrojs/webapi@2.0.0-beta.1
+</details>
+
## 0.0.10-beta.0
+<details>
+<summary>See changes in 0.0.10-beta.0</summary>
+
### 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
+</details>
+
## 0.0.9
### Patch Changes
diff --git a/scripts/package.json b/scripts/package.json
index 3bebb7f2e..ce3137a31 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "astro-scripts",
- "version": "0.0.10-beta.1",
+ "version": "0.0.10",
"private": true,
"type": "module",
"main": "./index.js",