Skip to content

Commit

Permalink
chore(release): v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 3, 2023
1 parent d1d769b commit 7f859be
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
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.1

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


### 🩹 Fixes

- Remove sub-command name when resolving nested ([47398f1](https://github.com/unjs/citty/commit/47398f1))
- Type untyped args as `string ([ boolean`](https://github.com/unjs/citty/commit/ boolean`))
- Move deps to devDependencies ([#20](https://github.com/unjs/citty/pull/20))
- Fix unspecified arg types ([d1d769b](https://github.com/unjs/citty/commit/d1d769b))

### 🏡 Chore

- Update lockfile ([fd037e4](https://github.com/unjs/citty/commit/fd037e4))
- Update unbuild ([0810eaa](https://github.com/unjs/citty/commit/0810eaa))
- Update lockfile ([69adc47](https://github.com/unjs/citty/commit/69adc47))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Ʀᴀʏ ([@so1ve](http://github.com/so1ve))
- 4c9582f <Pooya Parsa>

## v0.1.0

[compare changes](https://github.com/unjs/citty/compare/v0.0.2...v0.1.0)
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.0",
"version": "0.1.1",
"description": "Elegant CLI Builder",
"repository": "unjs/citty",
"license": "MIT",
Expand Down Expand Up @@ -44,4 +44,4 @@
"vitest": "^0.29.8"
},
"packageManager": "pnpm@8.1.0"
}
}

0 comments on commit 7f859be

Please sign in to comment.