diff --git a/CHANGELOG.md b/CHANGELOG.md index b83aac0..a69e002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ # Changelog +## v0.1.5 + +[compare changes](https://github.com/unjs/citty/compare/v0.1.4...v0.1.5) + +### 🚀 Enhancements + +- **command:** Return result of run command ([#101](https://github.com/unjs/citty/pull/101)) +- **runMain:** Support custom `showUsage` option ([#74](https://github.com/unjs/citty/pull/74)) + +### 🏡 Chore + +- Apply automated lint fixes ([505b621](https://github.com/unjs/citty/commit/505b621)) +- Format with prettier ([c4597a1](https://github.com/unjs/citty/commit/c4597a1)) + +### 🎨 Styles + +- Format with prettier ([afea1a5](https://github.com/unjs/citty/commit/afea1a5)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Estéban ([@Barbapapazes](http://github.com/Barbapapazes)) +- Katerina Skroumpelou + ## v0.1.4 [compare changes](https://github.com/unjs/citty/compare/v0.1.3...v0.1.4) diff --git a/package.json b/package.json index bfbd762..ea077d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "citty", - "version": "0.1.4", + "version": "0.1.5", "description": "Elegant CLI Builder", "repository": "unjs/citty", "license": "MIT", @@ -46,4 +46,4 @@ "vitest": "^0.34.6" }, "packageManager": "pnpm@8.10.3" -} +} \ No newline at end of file