Skip to content

Commit 575cbf4

Browse files
committed
chore(release): v1.7.1
1 parent eccf764 commit 575cbf4

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v1.7.1
2+
3+
[compare changes](https://github.com/NamesMT/vue-modern-cropper/compare/v1.7.0...v1.7.1)
4+
5+
### 🩹 Fixes
6+
7+
- `src` reactivity does not work with `cropper-viewer` ([59cd46f](https://github.com/NamesMT/vue-modern-cropper/commit/59cd46f))
8+
9+
### 💅 Refactors
10+
11+
- Minor code movement ([ceec10e](https://github.com/NamesMT/vue-modern-cropper/commit/ceec10e))
12+
13+
### 📖 Documentation
14+
15+
- Add tutorial to creates a `cropper-viewer` ([eccf764](https://github.com/NamesMT/vue-modern-cropper/commit/eccf764))
16+
17+
### ❤️ Contributors
18+
19+
- NamesMT ([@NamesMT](https://github.com/NamesMT))
20+
121
## v1.7.0
222

323
[compare changes](https://github.com/NamesMT/vue-modern-cropper/compare/v1.6.10...v1.7.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-modern-cropper",
33
"type": "module",
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"packageManager": "[email protected]",
66
"description": "Power-packed wrapper over cropperjs@next",
77
"author": "NamesMT <[email protected]>",

0 commit comments

Comments
 (0)