Skip to content

Commit

Permalink
Update CHANGELOG for v12 (#58)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

* Bump version numbers
  • Loading branch information
shadowspawn committed Feb 3, 2024
1 parent d0e9479 commit 69f0c50
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 25 deletions.
7 changes: 7 additions & 0 deletions 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.0] (2023-02-04)

### Changed

- update `peerDependencies` to `commander@12.0.x`, which requires Node.js v18 or higher

## [12.0.0-1] (2023-11-13)

### Fixed
Expand Down Expand Up @@ -145,6 +151,7 @@ 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.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 Down
44 changes: 22 additions & 22 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions 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-1",
"version": "12.0.0",
"description": "Infer strong typings for commander options and action handlers",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -45,12 +45,12 @@
]
},
"peerDependencies": {
"commander": "12.0.0-0"
"commander": "~12.0.0"
},
"devDependencies": {
"@types/jest": "^29.2.6",
"@types/node": "^20.11.7",
"commander": "~12.0.0-0",
"commander": "~12.0.0",
"jest": "^29.3.1",
"ts-jest": "^29.0.5",
"tsd": "^0.30.4",
Expand Down

0 comments on commit 69f0c50

Please sign in to comment.