summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-06-08 22:40:17 -0700
committerGravatar GitHub <noreply@github.com> 2023-06-09 08:40:17 +0300
commite138f663442c27c473987900cb1fe243949a5a52 (patch)
treec9b24e13457d006a02b8b01dabd30ca3ea50d68d /packages/create-astro
parent8341c461b574d53fe455c49d4ae3a53f2e0196b5 (diff)
downloadastro-e138f663442c27c473987900cb1fe243949a5a52.tar.gz
astro-e138f663442c27c473987900cb1fe243949a5a52.tar.zst
astro-e138f663442c27c473987900cb1fe243949a5a52.zip
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 7de1cee8f..d1e06d4cb 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 3.1.7
+
+### Patch Changes
+
+- [#7326](https://github.com/withastro/astro/pull/7326) [`1430ffb47`](https://github.com/withastro/astro/commit/1430ffb4734edbb67cbeaaee7e89a9f78e00473c) Thanks [@calebdwilliams](https://github.com/calebdwilliams)! - Ensure create-astro respects package manager registry configuration
+
## 3.1.6
### Patch Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index c38e0839a..d63aab0b4 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "3.1.6",
+ "version": "3.1.7",
"type": "module",
"author": "withastro",
"license": "MIT",