Skip to content

Commit 4af37ab

Browse files
committed
chore: release v0.1.1
1 parent 7a94be7 commit 4af37ab

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

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

2+
## v0.1.0...v0.1.0
3+
4+
[compare changes](https://github.com/stacksjs/ts-inputs/compare/v0.1.0...v0.1.0)
5+
26
## ...main
37

48

docs/.vitepress/vite.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,7 @@ export default defineConfig({
5757
'body-scroll-lock',
5858
],
5959
},
60+
server: {
61+
port: 3000,
62+
},
6063
})

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.0",
4+
"version": "0.1.1",
55
"description": "Modern & lightweight input masking.",
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.0.1",
4+
"version": "0.1.0",
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)