diff --git a/CHANGELOG.md b/CHANGELOG.md index a69e002..9be6a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog +## v0.1.6 + +[compare changes](https://github.com/unjs/citty/compare/v0.1.5...v0.1.6) + +### 🩹 Fixes + +- **usage:** Render valueHint for positional args ([dbd1d92](https://github.com/unjs/citty/commit/dbd1d92)) + +### 🏡 Chore + +- Apply automated lint fixes ([f00055d](https://github.com/unjs/citty/commit/f00055d)) +- Update lockfile ([0e73aad](https://github.com/unjs/citty/commit/0e73aad)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v0.1.5 [compare changes](https://github.com/unjs/citty/compare/v0.1.4...v0.1.5) diff --git a/package.json b/package.json index 1885567..e9f0bbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "citty", - "version": "0.1.5", + "version": "0.1.6", "description": "Elegant CLI Builder", "repository": "unjs/citty", "license": "MIT",