diff --git a/.changeset/tidy-pots-turn.md b/.changeset/tidy-pots-turn.md deleted file mode 100644 index f1475cf..0000000 --- a/.changeset/tidy-pots-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-vtbot": patch ---- - -Fixes a bug accessing an attribute of null when linking to view transition pages outside the starlight site. diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ff237..d967034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # The Bag of Tricks for View Transitions +## 1.7.2 - 2024-04-02 + +### Patch Changes + +- 9e8532a: Fixes a bug accessing an attribute of null when linking to view transition pages outside the starlight site. + ## 1.7.1 - 2024-04-02 ### Patch Changes diff --git a/package.json b/package.json index a21b8a0..ccb1acf 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.7.1", + "version": "1.7.2", "description": "The 👜 Bag of Tricks ✨ for Astro's View Transitions", "homepage": "https://github.com/martrapp/astro-vtbot#readme", "bugs": {