Skip to content

Commit

Permalink
chore(release): v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 5, 2023
1 parent 4f2c7ca commit 8e42eaf
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
# Changelog


## v0.1.2

[compare changes](https://github.com/unjs/citty/compare/v0.1.1...v0.1.2)

### 🚀 Enhancements

- **usage:** Resolve sub commands for meta description ([#32](https://github.com/unjs/citty/pull/32))
- Use consola for output formatting ([bf5de7f](https://github.com/unjs/citty/commit/bf5de7f))
- **runCommand:** Allow passing custom `data` ([4abc848](https://github.com/unjs/citty/commit/4abc848))

### 🩹 Fixes

- Fix generic type issues ([#38](https://github.com/unjs/citty/pull/38))
- Handle `required: false` for positional arguments ([ab0401b](https://github.com/unjs/citty/commit/ab0401b))

### 🏡 Chore

- Lint code ([5e56aa9](https://github.com/unjs/citty/commit/5e56aa9))
- Update dependencies ([7724079](https://github.com/unjs/citty/commit/7724079))
- Update dependencies ([59aeecd](https://github.com/unjs/citty/commit/59aeecd))
- Add autofix ci ([2cfd134](https://github.com/unjs/citty/commit/2cfd134))
- Fix typo in error code ([4f2c7ca](https://github.com/unjs/citty/commit/4f2c7ca))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Zuixinwang
- Wang Yiding ([@yidingww](http://github.com/yidingww))

## v0.1.1

[compare changes](https://github.com/unjs/citty/compare/v0.1.0...v0.1.1)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "citty",
"version": "0.1.1",
"version": "0.1.2",
"description": "Elegant CLI Builder",
"repository": "unjs/citty",
"license": "MIT",
Expand Down Expand Up @@ -46,4 +46,4 @@
"vitest": "^0.32.4"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 8e42eaf

Please sign in to comment.