Skip to content

Commit

Permalink
Merge pull request #1060 from shadowspawn/feature/changelog-2.20.1
Browse files Browse the repository at this point in the history
Add 2.20.1 and reference links to CHANGELOG
  • Loading branch information
abetomo committed Sep 29, 2019
2 parents 4d61d16 + 1928ad9 commit 9499d47
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -25,6 +25,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* *Breaking* Action handler now passed array of unknown arguments
* *Breaking* Call default subcommand when there are unknown options ([#1047])

## [2.20.1] (2019-09-29)

### Fixed

* Improve tracking of executable subcommands.

### Changed

* update development dependencies

## [3.0.2] (2019-09-27)

### Fixed
Expand Down Expand Up @@ -471,4 +481,6 @@ program
[#1040]: https://github.com/tj/commander.js/pull/1040

[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
[2.20.1]: https://github.com/tj/commander.js/compare/v2.20.0...v2.20.1
[3.0.2]: https://github.com/tj/commander.js/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/tj/commander.js/compare/v3.0.0...v3.0.1

0 comments on commit 9499d47

Please sign in to comment.