Skip to content

Commit

Permalink
Bump version and update CHANGELOG for 12.0.1 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn authored Mar 1, 2024
1 parent ca47a6b commit 679ef95
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ The version numbering does not follow semantic versioning but instead aligns wit
<!-- markdownlint-disable MD024 -->
<!-- markdownlint-disable MD004 -->

## [12.0.1] (2023-03-02)

### Changed

- include implicit `this` in parameters for action handler callback [#59]

## [12.0.0] (2023-02-04)

### Changed
Expand Down Expand Up @@ -151,7 +157,8 @@ The version numbering does not follow semantic versioning but instead aligns wit
- inferred types for `.action()`
- inferred types for `.opts()`

[12.0.0]: https://github.com/commander-js/extra-typings/compare/v12.0.0...v11.0.0
[12.0.1]: https://github.com/commander-js/extra-typings/compare/v12.0.0...v12.0.1
[12.0.0]: https://github.com/commander-js/extra-typings/compare/v11.0.0...v12.0.0
[12.0.0-1]: https://github.com/commander-js/extra-typings/compare/v12.0.0-0...v12.0.0-1
[12.0.0-0]: https://github.com/commander-js/extra-typings/compare/v11.1.0...v12.0.0-0
[11.1.0]: https://github.com/commander-js/extra-typings/compare/v11.0.0...v11.1.0
Expand All @@ -177,3 +184,4 @@ The version numbering does not follow semantic versioning but instead aligns wit
[#48]: https://github.com/commander-js/extra-typings/pull/48
[#49]: https://github.com/commander-js/extra-typings/pull/49
[#50]: https://github.com/commander-js/extra-typings/pull/50
[#59]: https://github.com/commander-js/extra-typings/pull/59
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": "12.0.0",
"version": "12.0.1",
"description": "Infer strong typings for commander options and action handlers",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 679ef95

Please sign in to comment.