Skip to content

Commit 7f83e63

Browse files
committed
chore(release): v0.1.3
1 parent 1e08b5e commit 7f83e63

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## v0.1.3
2+
3+
[compare changes](https://github.com/NamesMT/vue-modern-cropper/compare/v0.1.2...v0.1.3)
4+
5+
### 🚀 Enhancements
6+
7+
- Add Nuxt hyperlink + style ([f7f0969](https://github.com/NamesMT/vue-modern-cropper/commit/f7f0969))
8+
9+
### 🩹 Fixes
10+
11+
- Remove unintended logging in prod ([96150d1](https://github.com/NamesMT/vue-modern-cropper/commit/96150d1))
12+
- Css was not included in component ([ddd1705](https://github.com/NamesMT/vue-modern-cropper/commit/ddd1705))
13+
14+
### 🏡 Chore
15+
16+
- Add release script ([fe8c097](https://github.com/NamesMT/vue-modern-cropper/commit/fe8c097))
17+
- Add prerelease script ([99e387a](https://github.com/NamesMT/vue-modern-cropper/commit/99e387a))
18+
- Pnpm enable-pre-post-script ([1e08b5e](https://github.com/NamesMT/vue-modern-cropper/commit/1e08b5e))
19+
20+
### 🎨 Styles
21+
22+
- Lint fixes ([22a5e07](https://github.com/NamesMT/vue-modern-cropper/commit/22a5e07))
23+
24+
### ❤️ Contributors
25+
26+
- NamesMT ([@NamesMT](http://github.com/NamesMT))
27+
128
## 0.0.1 (2023-08-23)
229

330

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
"description": "Power-packed wrapper over cropperjs@next",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"type": "module",
66
"author": "NamesMT <[email protected]>",
77
"scripts": {
@@ -55,4 +55,4 @@
5555
"isarray": "npm:@nolyfill/isarray@latest"
5656
}
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)