diff --git a/.changeset/tough-rats-refuse.md b/.changeset/tough-rats-refuse.md
deleted file mode 100644
index af2764b..0000000
--- a/.changeset/tough-rats-refuse.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-'@vtbag/turn-signal': minor
----
-
-
-This release adds the `link-types` script that let's you annotate view transition types at `` elements by adding the `data-vtbag-link-types` attributes.
-
-```html
-
-```
-
-For details on how to use the scripts see the [documentation](https://vtbag.dev/tools/turn-signal/).
-
-This release also adds support for browsers that have native cross-document view transitions support but don't support the Navigation API. Looking at you, Safari!
diff --git a/CHANGELOG.md b/CHANGELOG.md
index df0cbb9..a5bc928 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# @vtbag/turn-signal
+## 1.3.0 - 2024-12-30
+
+### Minor Changes
+
+- 1594efb: This release adds the `link-types` script that let's you annotate view transition types at `` elements by adding the `data-vtbag-link-types` attributes.
+
+ ```html
+
+ ```
+
+ For details on how to use the scripts see the [documentation](https://vtbag.dev/tools/turn-signal/).
+
+ This release also adds support for browsers that have native cross-document view transitions support but don't support the Navigation API. Looking at you, Safari!
+
## 1.2.2 - 2024-12-12
### Patch Changes
diff --git a/package.json b/package.json
index b1ef4f1..73b30b9 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@vtbag/turn-signal",
"type": "module",
- "version": "1.2.3",
+ "version": "1.3.0",
"main": "lib/index.js",
"description": "Turn-Signal is a lightweight script that enhances cross-document navigation by detecting the direction of browser navigation. It enables developers to create smooth, responsive transitions that adjust based on forward or backward navigation, delivering a more intuitive user experience.",
"files": [