Skip to content

Commit 8b4bc17

Browse files
committed
chore(release): v1.6.3
1 parent e1e3bd4 commit 8b4bc17

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# Changelog
22

33

4+
## v1.6.3
5+
6+
[compare changes](https://github.com/selemondev/vue3-signature-pad/compare/v1.6.2...v1.6.3)
7+
8+
### 💅 Refactors
9+
10+
- **prop-types:** Make options' properties optional ([38088a7](https://github.com/selemondev/vue3-signature-pad/commit/38088a7))
11+
- Narrow type guard ([cee3a5a](https://github.com/selemondev/vue3-signature-pad/commit/cee3a5a))
12+
13+
### 📖 Documentation
14+
15+
- Update ([d973c2b](https://github.com/selemondev/vue3-signature-pad/commit/d973c2b))
16+
- Update CHANGELOG ([b8aadce](https://github.com/selemondev/vue3-signature-pad/commit/b8aadce))
17+
18+
### 🏡 Chore
19+
20+
- Update dependency ([430b5c7](https://github.com/selemondev/vue3-signature-pad/commit/430b5c7))
21+
- Lint ([93f7fad](https://github.com/selemondev/vue3-signature-pad/commit/93f7fad))
22+
23+
### ❤️ Contributors
24+
25+
- Selemondev <selemondev19@gmail.com>
26+
427
## v1.6.2
528

629
[compare changes](https://github.com/selemondev/vue3-signature-pad/compare/v1.6.1...v1.6.2)

package.json

Lines changed: 1 addition & 1 deletion
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.6.2",
4+
"version": "1.6.3",
55
"private": false,
66
"packageManager": "pnpm@9.15.9",
77
"description": "Vue 3 based smooth signature drawing component ✨",

0 commit comments

Comments
 (0)