Skip to content

Commit 5a482e6

Browse files
committed
Update CHANGELOG for 9.0.0-1
1 parent 7a59df4 commit 5a482e6

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
@@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
<!-- markdownlint-disable MD024 -->
99
<!-- markdownlint-disable MD004 -->
1010

11+
## [9.0.0-1] (2022-01-15)
12+
13+
### Added
14+
15+
- .`error()` for generating errors from client code just like Commander generated errors, with support for `.configureOutput()`, `.exitOverride()`, and `.showHelpAfterError()` ([#1675])
16+
- `.optsWithGlobals()` to return merged local and global options ([#1671])
17+
1118
## [9.0.0-0] (2021-12-22)
1219

1320
### Added
@@ -1012,6 +1019,8 @@ program
10121019
[#1655]: https://github.com/tj/commander.js/pull/1655
10131020
[#1657]: https://github.com/tj/commander.js/pull/1657
10141021
[#1659]: https://github.com/tj/commander.js/pull/1659
1022+
[#1671]: https://github.com/tj/commander.js/pull/1671
1023+
[#1675]: https://github.com/tj/commander.js/pull/1675
10151024

10161025
<!-- Referenced in 5.x -->
10171026
[#1]: https://github.com/tj/commander.js/issues/1
@@ -1090,6 +1099,7 @@ program
10901099
[#1028]: https://github.com/tj/commander.js/pull/1028
10911100

10921101
[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
1102+
[9.0.0-1]: https://github.com/tj/commander.js/compare/v9.0.0-0...v9.0.0-1
10931103
[9.0.0-0]: https://github.com/tj/commander.js/compare/v8.3.0...v9.0.0-0
10941104
[8.3.0]: https://github.com/tj/commander.js/compare/v8.2.0...v8.3.0
10951105
[8.2.0]: https://github.com/tj/commander.js/compare/v8.1.0...v8.2.0

0 commit comments

Comments
 (0)