Skip to content

Commit

Permalink
chore(release): v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 9, 2023
1 parent ed7efca commit f4c4447
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Changelog


## v0.1.4

[compare changes](https://github.com/unjs/citty/compare/v0.1.3...v0.1.4)

### 🚀 Enhancements

- Support cleanup hook ([#64](https://github.com/unjs/citty/pull/64))
- Add `createMain` utility ([#65](https://github.com/unjs/citty/pull/65))
- Support `--version` ([#67](https://github.com/unjs/citty/pull/67))

### 🩹 Fixes

- Do not throw error when no subcommand specified but main has `run` ([#58](https://github.com/unjs/citty/pull/58))

### 🏡 Chore

- Update dependencies ([be58b90](https://github.com/unjs/citty/commit/be58b90))

### ❤️ Contributors

- 三咲智子 Kevin Deng <sxzz@sxzz.moe>
- Estéban ([@Barbapapazes](http://github.com/Barbapapazes))
- Pooya Parsa ([@pi0](http://github.com/pi0))

## v0.1.3

[compare changes](https://github.com/unjs/citty/compare/v0.1.2...v0.1.3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "citty",
"version": "0.1.3",
"version": "0.1.4",
"description": "Elegant CLI Builder",
"repository": "unjs/citty",
"license": "MIT",
Expand Down

0 comments on commit f4c4447

Please sign in to comment.