summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-02-27 05:55:42 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-27 08:55:42 -0500
commit71743aeca723e215c0107ecf2e111fdcc8ec7e45 (patch)
treef47ad6eb9f8d8504677a6da94b42c4f3c6cc9b40 /scripts
parent780c583b0eabdb457a7f90f3d447b5e37e464b2c (diff)
downloadastro-create-astro@3.0.4.tar.gz
astro-create-astro@3.0.4.tar.zst
astro-create-astro@3.0.4.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 ed77adfe0..49f6ddd8a 100644
--- a/scripts/CHANGELOG.md
+++ b/scripts/CHANGELOG.md
@@ -1,5 +1,12 @@
# astro-scripts
+## 0.0.12
+
+### Patch Changes
+
+- Updated dependencies [[`5aa6580f7`](https://github.com/withastro/astro/commit/5aa6580f775405a4443835bf7eb81f0c65e5aed6)]:
+ - @astrojs/webapi@2.0.2
+
## 0.0.11
### Patch Changes
diff --git a/scripts/package.json b/scripts/package.json
index 9fe1c18fc..b36d367b1 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "astro-scripts",
- "version": "0.0.11",
+ "version": "0.0.12",
"private": true,
"type": "module",
"main": "./index.js",