diff options
author | 2023-06-22 07:06:15 -0700 | |
---|---|---|
committer | 2023-06-22 10:06:15 -0400 | |
commit | 38b104049a4d3f25ff01baeecf3698515ab9a07b (patch) | |
tree | b113560fb596226f95fd2e908716c595a3baa494 /packages/create-astro | |
parent | 03b7d17b99a7af2ff2d9de171455df7778fca368 (diff) | |
download | astro-38b104049a4d3f25ff01baeecf3698515ab9a07b.tar.gz astro-38b104049a4d3f25ff01baeecf3698515ab9a07b.tar.zst astro-38b104049a4d3f25ff01baeecf3698515ab9a07b.zip |
[ci] release (#7434)create-astro@3.1.8astro@2.7.0@astrojs/node@5.3.0@astrojs/image@0.17.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 d1e06d4cb..471f90329 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 3.1.8 + +### Patch Changes + +- [#7435](https://github.com/withastro/astro/pull/7435) [`3f9f5c117`](https://github.com/withastro/astro/commit/3f9f5c117e4e9e4a0c0a648cb6db9a3073cd5727) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix registry failures using unexpected package managers when running create-astro + ## 3.1.7 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 8737baeec..a3f1d6052 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "3.1.7", + "version": "3.1.8", "type": "module", "author": "withastro", "license": "MIT", |