Skip to content

Commit

Permalink
Release/prepare for 10.0.2 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn authored Jan 28, 2023
1 parent 0a00a45 commit 3544c26
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- markdownlint-disable MD024 -->
<!-- markdownlint-disable MD004 -->

## [10.0.2] (2023-01-27)

### Fixed

- `createOption` passes through description into object constructor. ([#25])

## [10.0.1] (2023-01-17)

### Fixed
Expand Down Expand Up @@ -89,6 +95,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- inferred types for `.action()`
- inferred types for `.opts()`

[10.0.2]: https://github.com/commander-js/extra-typings/compare/v10.0.1...v10.0.2
[10.0.1]: https://github.com/commander-js/extra-typings/compare/v10.0.0...v10.0.1
[10.0.0]: https://github.com/commander-js/extra-typings/compare/v9.5.0...v10.0.0
[9.5.0]: https://github.com/commander-js/extra-typings/compare/v9.4.1...v9.5.0
Expand All @@ -101,3 +108,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[#18]: https://github.com/commander-js/extra-typings/pull/18
[#19]: https://github.com/commander-js/extra-typings/pull/19
[#23]: https://github.com/commander-js/extra-typings/pull/23
[#25]: https://github.com/commander-js/extra-typings/pull/25
4 changes: 2 additions & 2 deletions 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commander-js/extra-typings",
"version": "10.0.1",
"version": "10.0.2",
"description": "Infer strong typings for commander options and action handlers",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3544c26

Please sign in to comment.