Skip to content

Commit

Permalink
Prepare 8.0.0-1 (#1538)
Browse files Browse the repository at this point in the history
* Bump version and update changes for 8.0.0-1

* Add .opts typing to CHANGELOG
  • Loading branch information
shadowspawn committed May 30, 2021
1 parent 03d2147 commit 5ddc41b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- markdownlint-disable MD024 -->
<!-- markdownlint-disable MD004 -->

## [8.0.0-1] (2021-05-30)

### Added

- `.addArgument()` ([#1490])
- `Argument` supports `.choices()` ([#1525])
- client typing of `.opts()` return type using TypeScript generics ([#1539])

### Changed

- refactor `index.tab` into a file per class ([#1522])
- update dependencies

## [8.0.0-0] (2021-05-23)

### Added
Expand Down Expand Up @@ -313,6 +326,9 @@ program
[#1516]: https://github.com/tj/commander.js/pull/1516
[#1520]: https://github.com/tj/commander.js/pull/1520
[#1521]: https://github.com/tj/commander.js/pull/1521
[#1522]: https://github.com/tj/commander.js/pull/1522
[#1525]: https://github.com/tj/commander.js/pull/1525
[#1539]: https://github.com/tj/commander.js/pull/1539

[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
[8.0.0-0]: https://github.com/tj/commander.js/compare/v7.2.0...v8.0.0-0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "commander",
"version": "8.0.0-0",
"version": "8.0.0-1",
"description": "the complete solution for node.js command-line programs",
"keywords": [
"commander",
Expand Down

0 comments on commit 5ddc41b

Please sign in to comment.