diff options
author | 2023-06-08 22:40:17 -0700 | |
---|---|---|
committer | 2023-06-09 08:40:17 +0300 | |
commit | e138f663442c27c473987900cb1fe243949a5a52 (patch) | |
tree | c9b24e13457d006a02b8b01dabd30ca3ea50d68d /packages/create-astro/CHANGELOG.md | |
parent | 8341c461b574d53fe455c49d4ae3a53f2e0196b5 (diff) | |
download | astro-@astrojs/markdown-component@1.0.5.tar.gz astro-@astrojs/markdown-component@1.0.5.tar.zst astro-@astrojs/markdown-component@1.0.5.zip |
[ci] release (#7318)create-astro@3.1.7astro@2.6.2@astrojs/svelte@3.0.0@astrojs/markdown-component@1.0.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/create-astro/CHANGELOG.md')
-rw-r--r-- | packages/create-astro/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 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 |