diff options
author | 2022-07-28 12:53:57 -0700 | |
---|---|---|
committer | 2022-07-28 15:53:57 -0400 | |
commit | 84193e3ea18ac93b52f64f59062ea3ad88780d2e (patch) | |
tree | 879b229ae369bbe0ca603e6cdb817f3bd7409857 /packages/create-astro | |
parent | 8efe43ffe1a924f66a8c477c8bfe02843f9785d1 (diff) | |
download | astro-84193e3ea18ac93b52f64f59062ea3ad88780d2e.tar.gz astro-84193e3ea18ac93b52f64f59062ea3ad88780d2e.tar.zst astro-84193e3ea18ac93b52f64f59062ea3ad88780d2e.zip |
[ci] release (#4081)create-astro@0.14.3@astrojs/mdx@0.3.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 e0fcaab49..7ea3f2b74 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 0.14.3 + +### Patch Changes + +- [#4075](https://github.com/withastro/astro/pull/4075) [`cc10a5c8e`](https://github.com/withastro/astro/commit/cc10a5c8e03683e64514de75e535169c187ab847) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Added better error handling when cancelling operations, providing bad templates and when there's a degit cache issue + ## 0.14.2 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index aaec6d2aa..476d9b5ca 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.14.2", + "version": "0.14.3", "type": "module", "author": "withastro", "license": "MIT", |