Skip to content

Commit 5ddc41b

Browse files
authored
Prepare 8.0.0-1 (#1538)
* Bump version and update changes for 8.0.0-1 * Add .opts typing to CHANGELOG
1 parent 03d2147 commit 5ddc41b

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
<!-- markdownlint-disable MD024 -->
99
<!-- markdownlint-disable MD004 -->
1010

11+
## [8.0.0-1] (2021-05-30)
12+
13+
### Added
14+
15+
- `.addArgument()` ([#1490])
16+
- `Argument` supports `.choices()` ([#1525])
17+
- client typing of `.opts()` return type using TypeScript generics ([#1539])
18+
19+
### Changed
20+
21+
- refactor `index.tab` into a file per class ([#1522])
22+
- update dependencies
23+
1124
## [8.0.0-0] (2021-05-23)
1225

1326
### Added
@@ -313,6 +326,9 @@ program
313326
[#1516]: https://github.com/tj/commander.js/pull/1516
314327
[#1520]: https://github.com/tj/commander.js/pull/1520
315328
[#1521]: https://github.com/tj/commander.js/pull/1521
329+
[#1522]: https://github.com/tj/commander.js/pull/1522
330+
[#1525]: https://github.com/tj/commander.js/pull/1525
331+
[#1539]: https://github.com/tj/commander.js/pull/1539
316332

317333
[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
318334
[8.0.0-0]: https://github.com/tj/commander.js/compare/v7.2.0...v8.0.0-0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commander",
3-
"version": "8.0.0-0",
3+
"version": "8.0.0-1",
44
"description": "the complete solution for node.js command-line programs",
55
"keywords": [
66
"commander",

0 commit comments

Comments
 (0)