Skip to content

Commit fc36472

Browse files
authored
Prepare for prerelease (#1281)
1 parent 42f61ca commit fc36472

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
<!-- markdownlint-disable MD024 -->
99

10+
## [6.0.0-0] (2020-06-20)
11+
12+
### Added
13+
14+
- add support for variadic options ([#1250])
15+
- allow options to be added with just a short flag ([#1256])
16+
- throw an error if there might be a clash between option name and a Command property, with advice on how to resolve ([#1275])
17+
1018
## [5.1.0] (2020-04-25)
1119

1220
### Added
@@ -364,6 +372,9 @@ program
364372
[#1236]: https://github.com/tj/commander.js/pull/1236
365373
[#1247]: https://github.com/tj/commander.js/pull/1247
366374
[#1248]: https://github.com/tj/commander.js/pull/1248
375+
[#1250]: https://github.com/tj/commander.js/pull/1250
376+
[#1256]: https://github.com/tj/commander.js/pull/1256
377+
[#1275]: https://github.com/tj/commander.js/pull/1275
367378

368379
[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
369380
[5.1.0]: https://github.com/tj/commander.js/compare/v5.0.0..v5.1.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commander",
3-
"version": "5.1.0",
3+
"version": "6.0.0-0",
44
"description": "the complete solution for node.js command-line programs",
55
"keywords": [
66
"commander",

0 commit comments

Comments
 (0)