Skip to content

Commit

Permalink
Add factory to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Mar 3, 2020
1 parent 8c3dd6f commit bd5a49e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Expand Up @@ -7,12 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- markdownlint-disable MD024 -->

## [5.0.0-4] (2020-03-03)

### Added

* `createCommand` factory method to simplify subclassing ([#1191])

## [5.0.0-3] (2020-02-20)

### Added

- TypeScript definition for `commands` property of `Command` ([#1184])
- export `program` property ([#1195])
* TypeScript definition for `commands` property of `Command` ([#1184])
* export `program` property ([#1195])

## [5.0.0-2] (2020-02-10)

Expand Down Expand Up @@ -333,9 +339,11 @@ program
[#1179]: https://github.com/tj/commander.js/pull/1179
[#1180]: https://github.com/tj/commander.js/pull/1180
[#1184]: https://github.com/tj/commander.js/pull/1184
[#1191]: https://github.com/tj/commander.js/pull/1191
[#1195]: https://github.com/tj/commander.js/pull/1195

[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
[5.0.0-4]: https://github.com/tj/commander.js/compare/v5.0.0-3..v5.0.0-4
[5.0.0-3]: https://github.com/tj/commander.js/compare/v5.0.0-2..v5.0.0-3
[5.0.0-2]: https://github.com/tj/commander.js/compare/v5.0.0-1..v5.0.0-2
[5.0.0-1]: https://github.com/tj/commander.js/compare/v5.0.0-0..v5.0.0-1
Expand Down

0 comments on commit bd5a49e

Please sign in to comment.