Skip to content

Commit 6e8a69a

Browse files
committed
chore(release): v1.2.2
1 parent 612b5f5 commit 6e8a69a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## v1.2.2
5+
6+
[compare changes](https://github.com/zedjarvis/vue3-compare-image/compare/v1.2.1...v1.2.2)
7+
8+
### 🩹 Fixes
9+
10+
- Toggle hover brings back issue #1 as the component re-renders ([#1](https://github.com/zedjarvis/vue3-compare-image/issues/1))
11+
12+
### ❤️ Contributors
13+
14+
- Zedjarvis ([@zedjarvis](http://github.com/zedjarvis))
15+
416
## v1.2.1
517

618
[compare changes](https://github.com/zedjarvis/vue3-compare-image/compare/v1.2.0...v1.2.1)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue3-compare-image",
33
"type": "module",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"private": false,
66
"packageManager": "pnpm@8.6.5",
77
"description": "A Vue 3 component to compare and slide between two images, supports vertical and horizontal modes, and Keyboard for accessibility.",

0 commit comments

Comments
 (0)