summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-08-06 09:06:57 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-06 09:06:57 -0700
commit3a7e0221b3cd3b600a502fc0c60008585debb06c (patch)
tree62b763e9f4e343fe8c716bd27f71cc1315dfbcbb /packages/create-astro
parent77c018e5159e9084304ca650487b6e99c828d3cf (diff)
downloadastro-3a7e0221b3cd3b600a502fc0c60008585debb06c.tar.gz
astro-3a7e0221b3cd3b600a502fc0c60008585debb06c.tar.zst
astro-3a7e0221b3cd3b600a502fc0c60008585debb06c.zip
[ci] release (#4186)create-astro@0.15.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.md6
-rw-r--r--packages/create-astro/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index 19609bc41..c12d8328b 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 0.15.1
+
+### Patch Changes
+
+- [#4183](https://github.com/withastro/astro/pull/4183) [`77c018e51`](https://github.com/withastro/astro/commit/77c018e5159e9084304ca650487b6e99c828d3cf) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix relaxed and default TypeScript settings not working
+
## 0.15.0
### Minor Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index 54c491423..410823d9e 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "0.15.0",
+ "version": "0.15.1",
"type": "module",
"author": "withastro",
"license": "MIT",