diff options
author | 2024-11-21 12:02:21 +0000 | |
---|---|---|
committer | 2024-11-21 12:02:21 +0000 | |
commit | 285c6e3598eac81632057a37ad74459cc65c357d (patch) | |
tree | 392acb06a54080f20422ac89c290b245ead7875f /packages/integrations/svelte/CHANGELOG.md | |
parent | 8309c61f0dfa5991d3f6c5c5fca4403794d6fda2 (diff) | |
parent | b9c05f45b2c9780d7b5518adb4a545cf69f075a6 (diff) | |
download | astro-285c6e3598eac81632057a37ad74459cc65c357d.tar.gz astro-285c6e3598eac81632057a37ad74459cc65c357d.tar.zst astro-285c6e3598eac81632057a37ad74459cc65c357d.zip |
chore: merge fixes
Diffstat (limited to 'packages/integrations/svelte/CHANGELOG.md')
-rw-r--r-- | packages/integrations/svelte/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index ab1373bc5..5a8cf5355 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/svelte +## 6.0.1 + +### Patch Changes + +- [#12442](https://github.com/withastro/astro/pull/12442) [`bde49f1`](https://github.com/withastro/astro/commit/bde49f186e4d620ce0c926353db38215e33dceef) Thanks [@bluwy](https://github.com/bluwy)! - Publishes missing file + ## 6.0.0 ### Major Changes |