Skip to content

Commit 8418d38

Browse files
committed
chore(release): v1.1.0
1 parent 4471028 commit 8418d38

File tree

2 files changed

+53
-2
lines changed

2 files changed

+53
-2
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Changelog
2+
3+
4+
## v1.1.0
5+
6+
7+
### 🚀 Enhancements
8+
9+
- Add undo ([260a3ec](https://github.com/selemondev/vue3-signature-pad/commit/260a3ec))
10+
- Add docs & github workflows ([e033ca7](https://github.com/selemondev/vue3-signature-pad/commit/e033ca7))
11+
- Add website ([8975778](https://github.com/selemondev/vue3-signature-pad/commit/8975778))
12+
- Add pnpm workspace ([9e56737](https://github.com/selemondev/vue3-signature-pad/commit/9e56737))
13+
14+
### 🩹 Fixes
15+
16+
- Initial circle size ([81fa57d](https://github.com/selemondev/vue3-signature-pad/commit/81fa57d))
17+
18+
### 💅 Refactors
19+
20+
- Update canvasOptions with the latest value ([54a411c](https://github.com/selemondev/vue3-signature-pad/commit/54a411c))
21+
22+
### 📖 Documentation
23+
24+
- Update docs ([2aa37ba](https://github.com/selemondev/vue3-signature-pad/commit/2aa37ba))
25+
- Update docs ([4c29d30](https://github.com/selemondev/vue3-signature-pad/commit/4c29d30))
26+
- Update docs ([0fe7b10](https://github.com/selemondev/vue3-signature-pad/commit/0fe7b10))
27+
- Update github link ([5e221ab](https://github.com/selemondev/vue3-signature-pad/commit/5e221ab))
28+
29+
### 🏡 Chore
30+
31+
- Add and import types ([14ec3fe](https://github.com/selemondev/vue3-signature-pad/commit/14ec3fe))
32+
- Lint ([f069b3e](https://github.com/selemondev/vue3-signature-pad/commit/f069b3e))
33+
- Update pnpm version ([9470d5d](https://github.com/selemondev/vue3-signature-pad/commit/9470d5d))
34+
- Update pnpm version ([aa47afd](https://github.com/selemondev/vue3-signature-pad/commit/aa47afd))
35+
- Remove workspaces ([3390f0e](https://github.com/selemondev/vue3-signature-pad/commit/3390f0e))
36+
- Add pnpm version ([689881e](https://github.com/selemondev/vue3-signature-pad/commit/689881e))
37+
- . ([36b4789](https://github.com/selemondev/vue3-signature-pad/commit/36b4789))
38+
- Remove github workflows ([df4eea7](https://github.com/selemondev/vue3-signature-pad/commit/df4eea7))
39+
- Remove pnpm-lock.yaml ([1f6ca78](https://github.com/selemondev/vue3-signature-pad/commit/1f6ca78))
40+
- . ([13bce7a](https://github.com/selemondev/vue3-signature-pad/commit/13bce7a))
41+
- Update website title ([223f24b](https://github.com/selemondev/vue3-signature-pad/commit/223f24b))
42+
43+
### 🎨 Styles
44+
45+
- Responsiveness ([9a3417b](https://github.com/selemondev/vue3-signature-pad/commit/9a3417b))
46+
- Responsiveness ([75246c5](https://github.com/selemondev/vue3-signature-pad/commit/75246c5))
47+
48+
### ❤️ Contributors
49+
50+
- Selemondev <selemondev19@gmail.com>
51+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@selemondev/vue3-signature-pad",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"private": false,
66
"description": "Vue 3 based smooth signature drawing",
77
"author": "Selemondev",
@@ -60,4 +60,4 @@
6060
"vue": "^3.4.21",
6161
"vue-tsc": "^1.8.25"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)