Skip to content

Commit 262e879

Browse files
committed
chore(release): v0.1.4
1 parent e3514b0 commit 262e879

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## v0.1.4
2+
3+
[compare changes](https://github.com/NamesMT/vue-modern-cropper/compare/v0.1.3...v0.1.4)
4+
5+
### 🚀 Enhancements
6+
7+
- **docs:** Add some real logging ([6180a13](https://github.com/NamesMT/vue-modern-cropper/commit/6180a13))
8+
- Introduce passThrough prop ([3e123bb](https://github.com/NamesMT/vue-modern-cropper/commit/3e123bb))
9+
10+
### 🩹 Fixes
11+
12+
- Dev vite trying to import 'vue-modern-cropper' ([c4659bf](https://github.com/NamesMT/vue-modern-cropper/commit/c4659bf))
13+
- Reactivity lost on direct access to cropperKeys ([284364a](https://github.com/NamesMT/vue-modern-cropper/commit/284364a))
14+
15+
### 📖 Documentation
16+
17+
- Update docs :D ([53b92aa](https://github.com/NamesMT/vue-modern-cropper/commit/53b92aa))
18+
- Update to latest status :) ([7c4d2a2](https://github.com/NamesMT/vue-modern-cropper/commit/7c4d2a2))
19+
- Update assets ([e3514b0](https://github.com/NamesMT/vue-modern-cropper/commit/e3514b0))
20+
21+
### 🏡 Chore
22+
23+
- Setup `@antfu/eslint-config` ([fcb66de](https://github.com/NamesMT/vue-modern-cropper/commit/fcb66de))
24+
- Update toolchain deps major ([e893937](https://github.com/NamesMT/vue-modern-cropper/commit/e893937))
25+
26+
### ❤️ Contributors
27+
28+
- NamesMT ([@NamesMT](http://github.com/NamesMT))
29+
130
## v0.1.3
231

332
[compare changes](https://github.com/NamesMT/vue-modern-cropper/compare/v0.1.2...v0.1.3)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-modern-cropper",
33
"type": "module",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"description": "Power-packed wrapper over cropperjs@next",
66
"author": "NamesMT <[email protected]>",
77
"homepage": "https://github.com/NamesMT/vue-modern-cropper",
@@ -59,4 +59,4 @@
5959
"isarray": "npm:@nolyfill/isarray@latest"
6060
}
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)