Skip to content

Commit

Permalink
chore(release): v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 28, 2023
1 parent b1a3f06 commit b2e406c
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
@@ -0,0 +1,29 @@
# Changelog


## v0.0.2


### 🚀 Enhancements

- `setup` hook ([#9](https://github.com/unjs/citty/pull/9))
- Allow accessing args with camelCase or kebabCase ([#17](https://github.com/unjs/citty/pull/17))
- Basic type inference for args ([#1](https://github.com/unjs/citty/pull/1))

### 🩹 Fixes

- Correctly parse positional arguments ([#16](https://github.com/unjs/citty/pull/16))
- Allow any args type for `SubCommandsDef` ([60d218d](https://github.com/unjs/citty/commit/60d218d))

### 🏡 Chore

- Small fixes ([1f377a9](https://github.com/unjs/citty/commit/1f377a9))
- Update pnpm ([ba75f83](https://github.com/unjs/citty/commit/ba75f83))
- Fix build ([b7b42be](https://github.com/unjs/citty/commit/b7b42be))
- Update deps ([b1a3f06](https://github.com/unjs/citty/commit/b1a3f06))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Sebastiaan Van Arkens <[email protected]>

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.0.1",
"version": "0.0.2",
"description": "Elegant CLI Builder",
"repository": "unjs/citty",
"license": "MIT",
Expand Down Expand Up @@ -46,4 +46,4 @@
"vitest": "^0.29.8"
},
"packageManager": "[email protected]"
}
}

0 comments on commit b2e406c

Please sign in to comment.