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 1
1
# Changelog
2
2
3
3
4
+ ## v0.1.5
5
+
6
+ [ compare changes] ( https://github.com/unjs/citty/compare/v0.1.4...v0.1.5 )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - ** command:** Return result of run command ([ #101 ] ( https://github.com/unjs/citty/pull/101 ) )
11
+ - ** runMain:** Support custom ` showUsage ` option ([ #74 ] ( https://github.com/unjs/citty/pull/74 ) )
12
+
13
+ ### 🏡 Chore
14
+
15
+ - Apply automated lint fixes ([ 505b621] ( https://github.com/unjs/citty/commit/505b621 ) )
16
+ - Format with prettier ([ c4597a1] ( https://github.com/unjs/citty/commit/c4597a1 ) )
17
+
18
+ ### 🎨 Styles
19
+
20
+ - Format with prettier ([ afea1a5] ( https://github.com/unjs/citty/commit/afea1a5 ) )
21
+
22
+ ### ❤️ Contributors
23
+
24
+ - Pooya Parsa ([ @pi0 ] ( http://github.com/pi0 ) )
25
+ - Estéban ([ @Barbapapazes ] ( http://github.com/Barbapapazes ) )
26
+ - Katerina Skroumpelou
27
+
4
28
## v0.1.4
5
29
6
30
[ compare changes] ( https://github.com/unjs/citty/compare/v0.1.3...v0.1.4 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " citty" ,
3
- "version" : " 0.1.4 " ,
3
+ "version" : " 0.1.5 " ,
4
4
"description" : " Elegant CLI Builder" ,
5
5
"repository" : " unjs/citty" ,
6
6
"license" : " MIT" ,
46
46
"vitest" : " ^0.34.6"
47
47
},
48
48
"packageManager" :
" [email protected] "
49
- }
49
+ }
You can’t perform that action at this time.
0 commit comments