Skip to content

Commit d89257a

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 9.0.0
1 parent ffb5dad commit d89257a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.1.0"
2+
".": "9.0.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [9.0.0](https://github.com/npm/nopt/compare/v8.1.0...v9.0.0) (2025-10-22)
4+
### ⚠️ BREAKING CHANGES
5+
* `nopt` now supports node `^20.17.0 || >=22.9.0`
6+
### Bug Fixes
7+
* [`d304e27`](https://github.com/npm/nopt/commit/d304e2760823ac02925c5d1dfb1593554603e30a) [#189](https://github.com/npm/nopt/pull/189) align to npm 11 node engine range (@owlstronaut)
8+
### Dependencies
9+
* [`5b85c97`](https://github.com/npm/nopt/commit/5b85c97364837a9739b6eae8d2bc4a9b780134bd) [#189](https://github.com/npm/nopt/pull/189) `abbrev@4.0.0`
10+
### Chores
11+
* [`ffb5dad`](https://github.com/npm/nopt/commit/ffb5dad71d1c6c72a6c299d735d9adb461410913) [#189](https://github.com/npm/nopt/pull/189) template-oss-apply (@owlstronaut)
12+
* [`af91ff2`](https://github.com/npm/nopt/commit/af91ff27ef60d64c1aa6a092627e39ea0a905820) [#188](https://github.com/npm/nopt/pull/188) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#188) (@dependabot[bot], @npm-cli-bot)
13+
314
## [8.1.0](https://github.com/npm/nopt/compare/v8.0.0...v8.1.0) (2025-01-21)
415
### Features
516
* [`3319782`](https://github.com/npm/nopt/commit/33197822ef1bbcefe8878531598cea25088595fc) [#180](https://github.com/npm/nopt/pull/180) add unknownHandler and abbrevHandler (@wraithgar)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nopt",
3-
"version": "8.1.0",
3+
"version": "9.0.0",
44
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
55
"author": "GitHub Inc.",
66
"main": "lib/nopt.js",

0 commit comments

Comments
 (0)