summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-02-17 10:44:15 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-17 13:44:15 -0500
commit2e4ca0370a68aa412924a6a14b9f59fa2e5effdd (patch)
tree08509d5b6be4a8a2a1514dcdf8aeefc8ac77b017 /scripts
parentff70614083d60758daac2c7d8f7c83601b474291 (diff)
downloadastro-2e4ca0370a68aa412924a6a14b9f59fa2e5effdd.tar.gz
astro-2e4ca0370a68aa412924a6a14b9f59fa2e5effdd.tar.zst
astro-2e4ca0370a68aa412924a6a14b9f59fa2e5effdd.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 661bd5461..ed77adfe0 100644
--- a/scripts/CHANGELOG.md
+++ b/scripts/CHANGELOG.md
@@ -1,5 +1,12 @@
# astro-scripts
+## 0.0.11
+
+### Patch Changes
+
+- Updated dependencies [[`bb1801013`](https://github.com/withastro/astro/commit/bb1801013708d9efdbbcebc53a564ac375bf4b26)]:
+ - @astrojs/webapi@2.0.1
+
## 0.0.10
### Patch Changes
diff --git a/scripts/package.json b/scripts/package.json
index ce3137a31..9fe1c18fc 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "astro-scripts",
- "version": "0.0.10",
+ "version": "0.0.11",
"private": true,
"type": "module",
"main": "./index.js",