diff options
author | 2022-08-05 21:48:35 -0700 | |
---|---|---|
committer | 2022-08-05 21:48:35 -0700 | |
commit | 4e4061f485fb25890c286fcea0158b439ae4045d (patch) | |
tree | 829dc89c824085ad44b47a7bd0b20bcdf506b46f /packages/create-astro | |
parent | 9c3b8d06301313012139644d9ca580ca3d1ff18d (diff) | |
download | astro-4e4061f485fb25890c286fcea0158b439ae4045d.tar.gz astro-4e4061f485fb25890c286fcea0158b439ae4045d.tar.zst astro-4e4061f485fb25890c286fcea0158b439ae4045d.zip |
[ci] release (#4159)create-astro@0.15.0astro@1.0.0-rc.7@astrojs/react@0.4.3@astrojs/mdx@0.7.0@astrojs/markdown-remark@0.14.1@astrojs/image@0.3.2
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 7ea3f2b74..19609bc41 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 0.15.0 + +### Minor Changes + +- [#4179](https://github.com/withastro/astro/pull/4179) [`d344f9e3e`](https://github.com/withastro/astro/commit/d344f9e3ec1f69ad4d7efd433b3523ad5413b726) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add a step to configure how strict TypeScript should be + ## 0.14.3 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index e4bd4d1f4..54c491423 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.14.3", + "version": "0.15.0", "type": "module", "author": "withastro", "license": "MIT", |