Skip to content

Commit 87bfca6

Browse files
committed
Add CHANGELOG entries for 5.0.0-3
1 parent 1757564 commit 87bfca6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

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

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

10+
## [5.0.0-3] (2020-02-20)
11+
12+
### Added
13+
14+
- TypeScript definition for `commands` property of `Command` ([#1184])
15+
- export `program` property ([#1195])
16+
1017
## [5.0.0-2] (2020-02-10)
1118

1219
### Added
@@ -325,8 +332,11 @@ program
325332
[#1172]: https://github.com/tj/commander.js/pull/1172
326333
[#1179]: https://github.com/tj/commander.js/pull/1179
327334
[#1180]: https://github.com/tj/commander.js/pull/1180
335+
[#1184]: https://github.com/tj/commander.js/pull/1184
336+
[#1195]: https://github.com/tj/commander.js/pull/1195
328337

329338
[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
339+
[5.0.0-3]: https://github.com/tj/commander.js/compare/v5.0.0-2..v5.0.0-3
330340
[5.0.0-2]: https://github.com/tj/commander.js/compare/v5.0.0-1..v5.0.0-2
331341
[5.0.0-1]: https://github.com/tj/commander.js/compare/v5.0.0-0..v5.0.0-1
332342
[5.0.0-0]: https://github.com/tj/commander.js/compare/v4.1.1..v5.0.0-0

0 commit comments

Comments
 (0)