Skip to content

Commit bfcaac2

Browse files
committed
Update changelog for v1.0.0
1 parent a225e91 commit bfcaac2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# gh-milestone
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- Rename the `states` option of `list` subcommand to `state`. It now takes `all`, `closed` and `open` as possible values.
8+
9+
```bash
10+
gh milestone list --state all
11+
gh milestone list --state closed
12+
gh milestone list --state open
13+
```
14+
15+
### Minor Changes
16+
17+
- Tidy up the `list` subcommand's helper.

0 commit comments

Comments
 (0)