Skip to content

Commit 6f4af1d

Browse files
committed
chore(release): v1.2.5
1 parent e24bb9a commit 6f4af1d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33

4+
## v1.2.5
5+
6+
[compare changes](https://github.com/zedjarvis/vue3-compare-image/compare/v1.2.4...v1.2.5)
7+
8+
### 🩹 Fixes
9+
10+
- Remove mouseleave event on hover toggle that interferes with mouseup ([e24bb9a](https://github.com/zedjarvis/vue3-compare-image/commit/e24bb9a))
11+
12+
### 📖 Documentation
13+
14+
- Update version ([06b7948](https://github.com/zedjarvis/vue3-compare-image/commit/06b7948))
15+
- Fix getting started link ([14b3631](https://github.com/zedjarvis/vue3-compare-image/commit/14b3631))
16+
17+
### ❤️ Contributors
18+
19+
- Cedrouseroll Omondi ([@zedjarvis](http://github.com/zedjarvis))
20+
421
## v1.2.4
522

623
[compare changes](https://github.com/zedjarvis/vue3-compare-image/compare/v1.2.3...v1.2.4)

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.4",
4+
"version": "1.2.5",
55
"private": false,
66
"packageManager": "pnpm@9.1.3",
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)