Skip to content

Commit 8e42eaf

Browse files
committed
chore(release): v0.1.2
1 parent 4f2c7ca commit 8e42eaf

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# Changelog
22

33

4+
## v0.1.2
5+
6+
[compare changes](https://github.com/unjs/citty/compare/v0.1.1...v0.1.2)
7+
8+
### 🚀 Enhancements
9+
10+
- **usage:** Resolve sub commands for meta description ([#32](https://github.com/unjs/citty/pull/32))
11+
- Use consola for output formatting ([bf5de7f](https://github.com/unjs/citty/commit/bf5de7f))
12+
- **runCommand:** Allow passing custom `data` ([4abc848](https://github.com/unjs/citty/commit/4abc848))
13+
14+
### 🩹 Fixes
15+
16+
- Fix generic type issues ([#38](https://github.com/unjs/citty/pull/38))
17+
- Handle `required: false` for positional arguments ([ab0401b](https://github.com/unjs/citty/commit/ab0401b))
18+
19+
### 🏡 Chore
20+
21+
- Lint code ([5e56aa9](https://github.com/unjs/citty/commit/5e56aa9))
22+
- Update dependencies ([7724079](https://github.com/unjs/citty/commit/7724079))
23+
- Update dependencies ([59aeecd](https://github.com/unjs/citty/commit/59aeecd))
24+
- Add autofix ci ([2cfd134](https://github.com/unjs/citty/commit/2cfd134))
25+
- Fix typo in error code ([4f2c7ca](https://github.com/unjs/citty/commit/4f2c7ca))
26+
27+
### ❤️ Contributors
28+
29+
- Pooya Parsa ([@pi0](http://github.com/pi0))
30+
- Zuixinwang
31+
- Wang Yiding ([@yidingww](http://github.com/yidingww))
32+
433
## v0.1.1
534

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "citty",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Elegant CLI Builder",
55
"repository": "unjs/citty",
66
"license": "MIT",
@@ -46,4 +46,4 @@
4646
"vitest": "^0.32.4"
4747
},
4848
"packageManager": "pnpm@8.6.6"
49-
}
49+
}

0 commit comments

Comments
 (0)