diff options
author | 2022-11-08 10:00:53 -0800 | |
---|---|---|
committer | 2022-11-08 13:00:53 -0500 | |
commit | e8ff4571f2bbc8cadbe7bd17fd6cc12861b8ca11 (patch) | |
tree | 8406684006dd45f8ee30391a84141574d4aa0185 /packages/create-astro | |
parent | 70adbe34a0838ea8d8eccbc241f4d37941ae846e (diff) | |
download | astro-@astrojs/cloudflare@4.0.1.tar.gz astro-@astrojs/cloudflare@4.0.1.tar.zst astro-@astrojs/cloudflare@4.0.1.zip |
[ci] release (#5325)create-astro@1.2.2astro@1.6.5@astrojs/netlify@1.2.1@astrojs/image@0.11.2@astrojs/cloudflare@4.0.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 fec474b70..c4656f1f5 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 1.2.2 + +### Patch Changes + +- [#5319](https://github.com/withastro/astro/pull/5319) [`b211eadef`](https://github.com/withastro/astro/commit/b211eadeffd6260700254c1492c8e6528d279ad1) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix bug with `setRawMode`. Respect `--skip-houston` in all cases. + ## 1.2.1 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 0c8c66077..f44caa742 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "1.2.1", + "version": "1.2.2", "type": "module", "author": "withastro", "license": "MIT", |