diff options
author | 2022-08-25 14:27:35 -0700 | |
---|---|---|
committer | 2022-08-25 17:27:35 -0400 | |
commit | 7960fb80a15116ceb3fbf048fcdfdc4873a3af56 (patch) | |
tree | d3cccf8a3a7f4ae3dfb4205fda8cdc894a872897 /packages/create-astro | |
parent | 4faee5afed04a12499f56cf74b06c362ec584da9 (diff) | |
download | astro-7960fb80a15116ceb3fbf048fcdfdc4873a3af56.tar.gz astro-7960fb80a15116ceb3fbf048fcdfdc4873a3af56.tar.zst astro-7960fb80a15116ceb3fbf048fcdfdc4873a3af56.zip |
[ci] release (next) (#4480)create-astro@1.0.1-next.0astro@1.1.0-next.0@astrojs/react@1.1.0-next.0@astrojs/mdx@0.10.2-next.0@astrojs/markdown-remark@1.1.0-next.0
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 7205cd471..4e187d3c8 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 1.0.1-next.0 + +### Patch Changes + +- [#4439](https://github.com/withastro/astro/pull/4439) [`77ce6be30`](https://github.com/withastro/astro/commit/77ce6be30c9cb8054ebf69a4943b984eed90152e) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add tsconfig templates for users to extend from + ## 1.0.0 ### Major Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index ba21ac1e8..6ec322a84 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "1.0.0", + "version": "1.0.1-next.0", "type": "module", "author": "withastro", "license": "MIT", |