Skip to content

Commit a88395f

Browse files
committed
chore: release v0.1.2
1 parent 1fadbd6 commit a88395f

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

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

2+
## v0.1.0...main
3+
4+
[compare changes](https://github.com/stacksjs/ts-inputs/compare/v0.1.0...main)
5+
6+
### 🏡 Chore
7+
8+
- Add publish packages script ([1fadbd6](https://github.com/stacksjs/ts-inputs/commit/1fadbd6))
9+
10+
### ❤️ Contributors
11+
12+
- Cab-mikee ([@cab-mikee](https://github.com/cab-mikee))
13+
14+
## v0.1.0...main
15+
16+
[compare changes](https://github.com/stacksjs/ts-inputs/compare/v0.1.0...main)
17+
18+
### 🏡 Chore
19+
20+
- Add publish packages script ([1fadbd6](https://github.com/stacksjs/ts-inputs/commit/1fadbd6))
21+
22+
### ❤️ Contributors
23+
24+
- Cab-mikee ([@cab-mikee](https://github.com/cab-mikee))
25+
226
## ...main
327

428

package.json

Lines changed: 2 additions & 2 deletions
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.2",
55
"description": "Modern & lightweight input masking.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",
@@ -40,7 +40,7 @@
4040
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
4141
"changelog": "bunx changelogen --output CHANGELOG.md",
4242
"prepublishOnly": "bun --bun run build",
43-
"release": "bun run changelog && bunx bumpp package.json -r --all",
43+
"release": "bun run changelog && bunx bumpp -r package.json --all",
4444
"test": "bun test",
4545
"dev:docs": "bun --bun vitepress dev docs",
4646
"build:docs": "bun --bun vitepress build docs",

0 commit comments

Comments
 (0)