File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
19
19
20
20
- detect option conflicts in parent commands of called subcommand ([ #1710 ] )
21
21
22
+ ### Changed
23
+
24
+ - replace deprecated ` String.prototype.substr ` ([ #1706 ] )
25
+
22
26
## [ 9.1.0] (2022-03-19)
23
27
24
28
### Added
25
29
26
30
- Option ` .conflicts() ` to set conflicting options which can not be specified together ([ #1678 ] )
27
31
- (developer) CodeQL configuration for GitHub Actions ([ #1698 ] )
28
32
29
-
30
33
## [ 9.0.0] (2022-01-28)
31
34
32
35
### Added
@@ -1051,6 +1054,7 @@ program
1051
1054
[ #1678 ] : https://github.com/tj/commander.js/pull/1678
1052
1055
[ #1698 ] : https://github.com/tj/commander.js/pull/1698
1053
1056
[ #1703 ] : https://github.com/tj/commander.js/pull/1703
1057
+ [ #1706 ] : https://github.com/tj/commander.js/pull/1706
1054
1058
[ #1708 ] : https://github.com/tj/commander.js/pull/1708
1055
1059
[ #1710 ] : https://github.com/tj/commander.js/pull/1710
1056
1060
You can’t perform that action at this time.
0 commit comments