Skip to content

Commit a3b0bfc

Browse files
chore: release 8.0.0 (#175)
🤖 I have created a release *beep* *boop* --- ## [8.0.0](v7.2.1...v8.0.0) (2024-09-03) ### ⚠️ BREAKING CHANGES * `nopt` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`208d02b`](208d02b) [#174](#174) align to npm 10 node engine range (@hashtagchris) ### Chores * [`a8e567c`](a8e567c) [#174](#174) run template-oss-apply (@hashtagchris) * [`5429145`](5429145) [#172](#172) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`5eeda97`](5eeda97) [#173](#173) postinstall for dependabot template-oss PR (@hashtagchris) * [`bff360b`](bff360b) [#173](#173) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot]) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a8e567c commit a3b0bfc

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-
".": "7.2.1"
2+
".": "8.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+
## [8.0.0](https://github.com/npm/nopt/compare/v7.2.1...v8.0.0) (2024-09-03)
4+
### ⚠️ BREAKING CHANGES
5+
* `nopt` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`208d02b`](https://github.com/npm/nopt/commit/208d02bba7e5934086d0b53228fb4272d91fa07d) [#174](https://github.com/npm/nopt/pull/174) align to npm 10 node engine range (@hashtagchris)
8+
### Chores
9+
* [`a8e567c`](https://github.com/npm/nopt/commit/a8e567cd637d02cb5cb19c1b0a01d888bc48f38b) [#174](https://github.com/npm/nopt/pull/174) run template-oss-apply (@hashtagchris)
10+
* [`5429145`](https://github.com/npm/nopt/commit/54291454fdd28107257a2d109314f886f15356f0) [#172](https://github.com/npm/nopt/pull/172) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
11+
* [`5eeda97`](https://github.com/npm/nopt/commit/5eeda97149cfae9f4d93d74553109c576cd5babc) [#173](https://github.com/npm/nopt/pull/173) postinstall for dependabot template-oss PR (@hashtagchris)
12+
* [`bff360b`](https://github.com/npm/nopt/commit/bff360bdcf65f89df5983a4842691802b8811050) [#173](https://github.com/npm/nopt/pull/173) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
13+
314
## [7.2.1](https://github.com/npm/nopt/compare/v7.2.0...v7.2.1) (2024-05-04)
415

516
### Bug Fixes

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": "7.2.1",
3+
"version": "8.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)