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# Changelog
22
33
4+ ## v0.1.1
5+
6+ [ compare changes] ( https://github.com/unjs/citty/compare/v0.1.0...v0.1.1 )
7+
8+
9+ ### 🩹 Fixes
10+
11+ - Remove sub-command name when resolving nested ([ 47398f1] ( https://github.com/unjs/citty/commit/47398f1 ) )
12+ - Type untyped args as ` string ([ boolean ` ] (https://github.com/unjs/citty/commit/ boolean`))
13+ - Move deps to devDependencies ([ #20 ] ( https://github.com/unjs/citty/pull/20 ) )
14+ - Fix unspecified arg types ([ d1d769b] ( https://github.com/unjs/citty/commit/d1d769b ) )
15+
16+ ### 🏡 Chore
17+
18+ - Update lockfile ([ fd037e4] ( https://github.com/unjs/citty/commit/fd037e4 ) )
19+ - Update unbuild ([ 0810eaa] ( https://github.com/unjs/citty/commit/0810eaa ) )
20+ - Update lockfile ([ 69adc47] ( https://github.com/unjs/citty/commit/69adc47 ) )
21+
22+ ### ❤️ Contributors
23+
24+ - Pooya Parsa ([ @pi0 ] ( http://github.com/pi0 ) )
25+ - Ʀᴀʏ ([ @so1ve ] ( http://github.com/so1ve ) )
26+ - 4c9582f <Pooya Parsa >
27+
428## v0.1.0
529
630[ compare changes] ( https://github.com/unjs/citty/compare/v0.0.2...v0.1.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " citty" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Elegant CLI Builder" ,
55 "repository" : " unjs/citty" ,
66 "license" : " MIT" ,
4444 "vitest" : " ^0.29.8"
4545 },
4646 "packageManager" : " pnpm@8.1.0"
47- }
47+ }
You can’t perform that action at this time.
0 commit comments