Skip to content

Commit

Permalink
Fixup for 13.0.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Dec 8, 2024
1 parent 38cc2b1 commit bd0b140
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The version numbering does not follow semantic versioning but instead aligns wit
<!-- markdownlint-disable MD024 -->
<!-- markdownlint-disable MD004 -->

## [13.0.0-0] (2024-12-08)
## [13.0.0-1] (2024-12-08)

### Added

Expand All @@ -21,6 +21,10 @@ The version numbering does not follow semantic versioning but instead aligns wit

- *Breaking:* Typescript 5.0 or higher is required ([#79])

## 13.0.0-0 (2024-12-08) [YANKED]

Published from wrong branch.

## [12.1.0] (2024-05-18)

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

[13.0.0-0]: https://github.com/commander-js/extra-typings/compare/v12.1.0...v13.0.0-0
[13.0.0-1]: https://github.com/commander-js/extra-typings/compare/v12.1.0...v13.0.0-1
[12.1.0]: https://github.com/commander-js/extra-typings/compare/v12.0.1...v12.1.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
Expand Down
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": "13.0.0-0",
"version": "13.0.0-1",
"description": "Infer strong typings for commander options and action handlers",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bd0b140

Please sign in to comment.