diff options
author | 2022-09-27 09:12:44 -0700 | |
---|---|---|
committer | 2022-09-27 12:12:44 -0400 | |
commit | 077134ae2c09e437244563dec65a93abc84671d6 (patch) | |
tree | 62bd5f5617266e62a87cd1685d649fabdcc27aee /scripts | |
parent | 90c2072990952ff0331e8728e74abbcacc355fbf (diff) | |
download | astro-077134ae2c09e437244563dec65a93abc84671d6.tar.gz astro-077134ae2c09e437244563dec65a93abc84671d6.tar.zst astro-077134ae2c09e437244563dec65a93abc84671d6.zip |
[ci] release (#4846)create-astro@1.1.0astro@1.3.1@astrojs/webapi@1.1.0@astrojs/vercel@2.0.1@astrojs/mdx@0.11.2@astrojs/image@0.8.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/CHANGELOG.md | 7 | ||||
-rw-r--r-- | scripts/package.json | 2 |
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", |