Skip to content

Commit 3286dc7

Browse files
authored
Update CHANGELOG for 3.0.1 (#1029)
1 parent 4c34d0e commit 3286dc7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). (Format adopted after v3.0.0.)
77

8-
## [Unreleased] (date goes here)
8+
## [3.0.1] (date goes here)
99

1010
### Added
1111

12-
* Table of Contents to README ([#1010])
1312
* .name and .usage to README ([#1010])
13+
* Table of Contents to README ([#1010])
14+
* TypeScript definition for `executableFile` in CommandOptions ([#1028])
15+
16+
### Changed
17+
18+
* consistently use `const` rather than `var` in README ([#1026])
1419

1520
### Fixed
1621

@@ -493,5 +498,8 @@ program
493498
[#999]: https://github.com/tj/commander.js/issues/999
494499
[#1010]: https://github.com/tj/commander.js/pull/1010
495500
[#1018]: https://github.com/tj/commander.js/pull/1018
501+
[#1026]: https://github.com/tj/commander.js/pull/1026
502+
[#1028]: https://github.com/tj/commander.js/pull/1028
496503

497504
[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
505+
[3.0.1]: https://github.com/tj/commander.js/compare/v3.0.0...v3.0.1

0 commit comments

Comments
 (0)