File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## v0.1.4
5+
6+ [ compare changes] ( https://github.com/unjs/citty/compare/v0.1.3...v0.1.4 )
7+
8+ ### 🚀 Enhancements
9+
10+ - Support cleanup hook ([ #64 ] ( https://github.com/unjs/citty/pull/64 ) )
11+ - Add ` createMain ` utility ([ #65 ] ( https://github.com/unjs/citty/pull/65 ) )
12+ - Support ` --version ` ([ #67 ] ( https://github.com/unjs/citty/pull/67 ) )
13+
14+ ### 🩹 Fixes
15+
16+ - Do not throw error when no subcommand specified but main has ` run ` ([ #58 ] ( https://github.com/unjs/citty/pull/58 ) )
17+
18+ ### 🏡 Chore
19+
20+ - Update dependencies ([ be58b90] ( https://github.com/unjs/citty/commit/be58b90 ) )
21+
22+ ### ❤️ Contributors
23+
24+ - 三咲智子 Kevin Deng < sxzz@sxzz.moe >
25+ - Estéban ([ @Barbapapazes ] ( http://github.com/Barbapapazes ) )
26+ - Pooya Parsa ([ @pi0 ] ( http://github.com/pi0 ) )
27+
428## v0.1.3
529
630[ compare changes] ( https://github.com/unjs/citty/compare/v0.1.2...v0.1.3 )
Original file line number Diff line number Diff line change 11{
22 "name" : " citty" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.4 " ,
44 "description" : " Elegant CLI Builder" ,
55 "repository" : " unjs/citty" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments