diff options
author | 2023-02-17 10:44:15 -0800 | |
---|---|---|
committer | 2023-02-17 13:44:15 -0500 | |
commit | 2e4ca0370a68aa412924a6a14b9f59fa2e5effdd (patch) | |
tree | 08509d5b6be4a8a2a1514dcdf8aeefc8ac77b017 /scripts | |
parent | ff70614083d60758daac2c7d8f7c83601b474291 (diff) | |
download | astro-2e4ca0370a68aa412924a6a14b9f59fa2e5effdd.tar.gz astro-2e4ca0370a68aa412924a6a14b9f59fa2e5effdd.tar.zst astro-2e4ca0370a68aa412924a6a14b9f59fa2e5effdd.zip |
[ci] release (#6279)astro@2.0.14@astrojs/webapi@2.0.1@astrojs/deno@4.0.2
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 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", |