diff --git a/.changeset/empty-meals-collect.md b/.changeset/empty-meals-collect.md deleted file mode 100644 index 797929e..0000000 --- a/.changeset/empty-meals-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-vtbot": patch ---- - -Fixes a bug with VtBotDebug when included in production build. diff --git a/.changeset/tame-apes-help.md b/.changeset/tame-apes-help.md deleted file mode 100644 index f6bd399..0000000 --- a/.changeset/tame-apes-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-vtbot": patch ---- - -Makes the coding more defensive and the dependencies on the Starlight page structure more obvious. diff --git a/CHANGELOG.md b/CHANGELOG.md index ae72597..2da7100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # The Bag of Tricks for View Transitions +## 1.7.5 + +### Patch Changes + +- 6bbd038: Fixes a bug with VtBotDebug when included in production build. +- 53388e2: Makes the coding more defensive and the dependencies on the Starlight page structure more obvious. + ## 1.7.4 - 2024-04-06 ### Patch Changes diff --git a/package.json b/package.json index 3f62f90..239e0d8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.7.4", + "version": "1.7.5", "description": "The 👜 Bag of Tricks ✨ for Astro's View Transitions", "homepage": "https://github.com/martrapp/astro-vtbot#readme", "bugs": {