summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-09-27 09:12:44 -0700
committerGravatar GitHub <noreply@github.com> 2022-09-27 12:12:44 -0400
commit077134ae2c09e437244563dec65a93abc84671d6 (patch)
tree62bd5f5617266e62a87cd1685d649fabdcc27aee /scripts
parent90c2072990952ff0331e8728e74abbcacc355fbf (diff)
downloadastro-077134ae2c09e437244563dec65a93abc84671d6.tar.gz
astro-077134ae2c09e437244563dec65a93abc84671d6.tar.zst
astro-077134ae2c09e437244563dec65a93abc84671d6.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 ecf83aa51..4a44edf8c 100644
--- a/scripts/CHANGELOG.md
+++ b/scripts/CHANGELOG.md
@@ -1,5 +1,12 @@
# astro-scripts
+## 0.0.8
+
+### Patch Changes
+
+- Updated dependencies [[`5e4c5252b`](https://github.com/withastro/astro/commit/5e4c5252bd80cbaf6a7ee4d4503ece007664410f)]:
+ - @astrojs/webapi@1.1.0
+
## 0.0.7
### Patch Changes
diff --git a/scripts/package.json b/scripts/package.json
index f8b6658b9..5759362d1 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "astro-scripts",
- "version": "0.0.7",
+ "version": "0.0.8",
"private": true,
"type": "module",
"main": "./index.js",