Skip to content

Commit f24f358

Browse files
committed
chore(release): v0.1.5
1 parent c4597a1 commit f24f358

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Changelog
22

33

4+
## v0.1.5
5+
6+
[compare changes](https://github.com/unjs/citty/compare/v0.1.4...v0.1.5)
7+
8+
### 🚀 Enhancements
9+
10+
- **command:** Return result of run command ([#101](https://github.com/unjs/citty/pull/101))
11+
- **runMain:** Support custom `showUsage` option ([#74](https://github.com/unjs/citty/pull/74))
12+
13+
### 🏡 Chore
14+
15+
- Apply automated lint fixes ([505b621](https://github.com/unjs/citty/commit/505b621))
16+
- Format with prettier ([c4597a1](https://github.com/unjs/citty/commit/c4597a1))
17+
18+
### 🎨 Styles
19+
20+
- Format with prettier ([afea1a5](https://github.com/unjs/citty/commit/afea1a5))
21+
22+
### ❤️ Contributors
23+
24+
- Pooya Parsa ([@pi0](http://github.com/pi0))
25+
- Estéban ([@Barbapapazes](http://github.com/Barbapapazes))
26+
- Katerina Skroumpelou
27+
428
## v0.1.4
529

630
[compare changes](https://github.com/unjs/citty/compare/v0.1.3...v0.1.4)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "citty",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Elegant CLI Builder",
55
"repository": "unjs/citty",
66
"license": "MIT",
@@ -46,4 +46,4 @@
4646
"vitest": "^0.34.6"
4747
},
4848
"packageManager": "[email protected]"
49-
}
49+
}

0 commit comments

Comments
 (0)