Skip to content

Commit

Permalink
chore(release): v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 20, 2023
1 parent c4597a1 commit f24f358
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.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)
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.4",
"version": "0.1.5",
"description": "Elegant CLI Builder",
"repository": "unjs/citty",
"license": "MIT",
Expand Down Expand Up @@ -46,4 +46,4 @@
"vitest": "^0.34.6"
},
"packageManager": "[email protected]"
}
}

0 comments on commit f24f358

Please sign in to comment.