diff --git a/.changeset/dull-seas-attend.md b/.changeset/dull-seas-attend.md deleted file mode 100644 index 2d2c0f2..0000000 --- a/.changeset/dull-seas-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vtbag/turn-signal': patch ---- - -Fixes a bug where backward animations didn't work as advertised diff --git a/.changeset/purple-eggs-watch.md b/.changeset/purple-eggs-watch.md deleted file mode 100644 index 0b34766..0000000 --- a/.changeset/purple-eggs-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vtbag/turn-signal': patch ---- - -Removes debug logging diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a2fb9..78753c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @vtbag/turn-signal +## 1.0.1 -2024-09-25 + +### Patch Changes + +- 60db4dd: Fixes a bug where backward animations didn't work as advertised +- 83e2556: Removes debug logging + ## 1.0.0 - 2024-09-25 ### Major Changes diff --git a/package.json b/package.json index 77150de..f4ecb22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vtbag/turn-signal", - "version": "1.0.0", + "version": "1.0.1", "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": [