Skip to content

Commit f4c4447

Browse files
committed
chore(release): v0.1.4
1 parent ed7efca commit f4c4447

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)