diff --git a/.changeset/friendly-dragons-scream.md b/.changeset/friendly-dragons-scream.md deleted file mode 100644 index 57b0cf8..0000000 --- a/.changeset/friendly-dragons-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-vtbot": patch ---- - -Fixes an issue with the sidebar when navigating from or to pages with template:splash diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f03a9..37ff237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # The Bag of Tricks for View Transitions +## 1.7.1 - 2024-04-02 + +### Patch Changes + +- 0a21a85: Fixes an issue with the sidebar when navigating from or to pages with `template:splash` + ## 1.7.0 - 2024-04-01 ### Minor Changes diff --git a/package.json b/package.json index 29245f7..a21b8a0 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.7.0", + "version": "1.7.1", "description": "The 👜 Bag of Tricks ✨ for Astro's View Transitions", "homepage": "https://github.com/martrapp/astro-vtbot#readme", "bugs": {