diff --git a/.changeset/six-wasps-retire.md b/.changeset/six-wasps-retire.md deleted file mode 100644 index d4ce68c..0000000 --- a/.changeset/six-wasps-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-vtbot': minor ---- - -Introduces the Inspection Chamber, which allows you to put your view transitions through their paces. The Inspection Chamber can be used as a component but also via the brand new DevToolbar integration! diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d3d92..a5ca6ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # The Bag of Tricks for View Transitions +## 1.8.0 - 2024-07-18 + +### Minor Changes + +- 316aa13: Introduces the Inspection Chamber, which allows you to put your view transitions through their paces. The Inspection Chamber can be used as a component but also via the brand new DevToolbar integration! + ## 1.7.27 - 2024-07-13 ### Patch Changes diff --git a/package.json b/package.json index f80bd78..97867e7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.7.27", + "version": "1.8.0", "description": "The 👜 Bag of Tricks ✨ for Astro's View Transitions", "homepage": "https://events-3bg.pages.dev/", "bugs": {