Skip to content

Commit 7f859be

Browse files
committed
chore(release): v0.1.1
1 parent d1d769b commit 7f859be

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
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.1
5+
6+
[compare changes](https://github.com/unjs/citty/compare/v0.1.0...v0.1.1)
7+
8+
9+
### 🩹 Fixes
10+
11+
- Remove sub-command name when resolving nested ([47398f1](https://github.com/unjs/citty/commit/47398f1))
12+
- Type untyped args as `string ([ boolean`](https://github.com/unjs/citty/commit/ boolean`))
13+
- Move deps to devDependencies ([#20](https://github.com/unjs/citty/pull/20))
14+
- Fix unspecified arg types ([d1d769b](https://github.com/unjs/citty/commit/d1d769b))
15+
16+
### 🏡 Chore
17+
18+
- Update lockfile ([fd037e4](https://github.com/unjs/citty/commit/fd037e4))
19+
- Update unbuild ([0810eaa](https://github.com/unjs/citty/commit/0810eaa))
20+
- Update lockfile ([69adc47](https://github.com/unjs/citty/commit/69adc47))
21+
22+
### ❤️ Contributors
23+
24+
- Pooya Parsa ([@pi0](http://github.com/pi0))
25+
- Ʀᴀʏ ([@so1ve](http://github.com/so1ve))
26+
- 4c9582f <Pooya Parsa>
27+
428
## v0.1.0
529

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

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.0",
3+
"version": "0.1.1",
44
"description": "Elegant CLI Builder",
55
"repository": "unjs/citty",
66
"license": "MIT",
@@ -44,4 +44,4 @@
4444
"vitest": "^0.29.8"
4545
},
4646
"packageManager": "pnpm@8.1.0"
47-
}
47+
}

0 commit comments

Comments
 (0)