summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-03-07 11:49:19 -0800
committerGravatar GitHub <noreply@github.com> 2023-03-07 14:49:19 -0500
commitafaf366fb37bc78a845890cf012dbc7d07bfb305 (patch)
treecba96f7b712cd522891d0fb83cba3625678c5a3d /scripts
parent5ce750b015c32cc6ea3948a1d4f7cd4a68d9a752 (diff)
downloadastro-@astrojs/rss@2.2.0.tar.gz
astro-@astrojs/rss@2.2.0.tar.zst
astro-@astrojs/rss@2.2.0.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 ca275cdc4..d847e16f3 100644
--- a/scripts/CHANGELOG.md
+++ b/scripts/CHANGELOG.md
@@ -1,5 +1,12 @@
# astro-scripts
+## 0.0.14
+
+### Patch Changes
+
+- Updated dependencies [[`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]:
+ - @astrojs/webapi@2.1.0
+
## 0.0.13
### Patch Changes
diff --git a/scripts/package.json b/scripts/package.json
index eeb62e0bb..ec4b1bafd 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "astro-scripts",
- "version": "0.0.13",
+ "version": "0.0.14",
"private": true,
"type": "module",
"main": "./index.js",