Skip to content

Commit 8a83c2e

Browse files
committed
chore: release v0.1.7
1 parent d3999fe commit 8a83c2e

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
## v0.1.6...main
3+
4+
[compare changes](https://github.com/stacksjs/ts-inputs/compare/v0.1.6...main)
5+
6+
### 🏡 Chore
7+
8+
- Improve package json ([d3999fe](https://github.com/stacksjs/ts-inputs/commit/d3999fe))
9+
10+
### ❤️ Contributors
11+
12+
- Cab-mikee ([@cab-mikee](https://github.com/cab-mikee))
13+
214
## v0.1.5...main
315

416
[compare changes](https://github.com/stacksjs/ts-inputs/compare/v0.1.5...main)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-inputs",
33
"type": "module",
4-
"version": "0.1.6",
4+
"version": "0.1.7",
55
"description": "Modern & lightweight input masking.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

packages/ts-inputs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-inputs",
33
"type": "module",
4-
"version": "0.1.6",
4+
"version": "0.1.7",
55
"description": "A collection of input components.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-inputs-vue",
33
"type": "module",
4-
"version": "0.1.6",
4+
"version": "0.1.7",
55
"description": "Vue components for ts-inputs - Modern & lightweight input masking",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)