Skip to content

Commit 7c10e9a

Browse files
committed
chore(release): v0.2.1
1 parent efad7d9 commit 7c10e9a

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v0.2.1
2+
3+
[compare changes](https://github.com/NamesMT/vue-modern-cropper/compare/v0.2.0...v0.2.1)
4+
5+
### 🚀 Enhancements
6+
7+
- Add default export ([efad7d9](https://github.com/NamesMT/vue-modern-cropper/commit/efad7d9))
8+
9+
### 📦 Build
10+
11+
- Fix missing declaration ([ad8c254](https://github.com/NamesMT/vue-modern-cropper/commit/ad8c254))
12+
13+
### ❤️ Contributors
14+
15+
- NamesMT ([@NamesMT](http://github.com/NamesMT))
16+
117
## v0.2.0
218

319
[compare changes](https://github.com/NamesMT/vue-modern-cropper/compare/v0.1.4...v0.2.0)

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.2.0",
4+
"version": "0.2.1",
55
"description": "Power-packed wrapper over cropperjs@next",
66
"author": "NamesMT <[email protected]>",
77
"homepage": "https://github.com/NamesMT/vue-modern-cropper",
@@ -60,4 +60,4 @@
6060
"isarray": "npm:@nolyfill/isarray@latest"
6161
}
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)