File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed
Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments