diff options
author | 2023-02-17 05:48:21 -0800 | |
---|---|---|
committer | 2023-02-17 14:48:21 +0100 | |
commit | a4861046927f6bd7382de069ddb6ebcf419a0dc7 (patch) | |
tree | c718825498811bf1afd44ae7360bbd2edf1e2392 /packages/create-astro | |
parent | 0f5d122cd538b65ec7208ddae5e60cfaddaf4b2c (diff) | |
download | astro-a4861046927f6bd7382de069ddb6ebcf419a0dc7.tar.gz astro-a4861046927f6bd7382de069ddb6ebcf419a0dc7.tar.zst astro-a4861046927f6bd7382de069ddb6ebcf419a0dc7.zip |
[ci] release (#6269)create-astro@3.0.2@astrojs/rss@2.1.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/create-astro')
-rw-r--r-- | packages/create-astro/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/create-astro/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 8657d7070..0a6e70932 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 3.0.2 + +### Patch Changes + +- [#6278](https://github.com/withastro/astro/pull/6278) [`0f5d122cd`](https://github.com/withastro/astro/commit/0f5d122cd538b65ec7208ddae5e60cfaddaf4b2c) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Revert to giget 1.0.0 until upstream issue is fixed + ## 3.0.1 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 9d738306e..63c322585 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "3.0.1", + "version": "3.0.2", "type": "module", "author": "withastro", "license": "MIT", |