diff --git a/.changeset/beige-chairs-shake.md b/.changeset/beige-chairs-shake.md
deleted file mode 100644
index d1be291..0000000
--- a/.changeset/beige-chairs-shake.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro-vtbot': minor
----
-
-Introducing a new tool for your transition from `` to `@view-transitions {navigation: auto}`: The `` component enables seamless integration of forward and backward animations from `transition:animate` in cross-document transitions. Sync the direction of your animations with browser history navigation, or even with the page order of your site, if you prefer!
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b565d8..5bdfbe4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# The Bag of Tricks for Astro's View Transitions
+## 1.10.0 - 2024-09-25
+
+### Minor Changes
+
+- 5efdf5e: Introducing a new tool for your transition from `` to native cross-document view transitions: The `` component enables seamless integration of forward and backward animations from `transition:animate` in cross-document transitions. Sync the direction of your animations with browser history navigation, or even with the page order of your site, if you prefer!
+
## 1.9.4 - 2024.09.19
### Patch Changes
diff --git a/package.json b/package.json
index 86e0750..fefb91c 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
- "version": "1.9.4",
+ "version": "1.10.0",
"description": "The 👜 Bag of Tricks ✨ for Astro's View Transitions",
"homepage": "https://events-3bg.pages.dev/",
"bugs": {