File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) . (Format adopted after v3.0.0.)
7
7
8
- ## [ Unreleased ] (date goes here)
8
+ ## [ 3.0.1 ] (date goes here)
9
9
10
10
### Added
11
11
12
- * Table of Contents to README ([ #1010 ] )
13
12
* .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 ] )
14
19
15
20
### Fixed
16
21
@@ -493,5 +498,8 @@ program
493
498
[ #999 ] : https://github.com/tj/commander.js/issues/999
494
499
[ #1010 ] : https://github.com/tj/commander.js/pull/1010
495
500
[ #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
496
503
497
504
[ 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
You can’t perform that action at this time.
0 commit comments