Skip to content

Commit 46967fd

Browse files
chore: release 8.0.0 (#249)
🤖 I have created a release *beep* *boop* --- ## [8.0.0](v7.0.1...v8.0.0) (2025-07-24) ### ⚠️ BREAKING CHANGES * `normalize-package-data` now supports node `^20.17.0 || >=22.9.0` ### Bug Fixes * [`4b978e0`](4b978e0) [#248](#248) align to npm 11 node engine range (@owlstronaut) ### Dependencies * [`7b28c1a`](7b28c1a) [#248](#248) `[email protected]` --- 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 4b978e0 commit 46967fd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.0.1"
2+
".": "8.0.0"
33
}

CHANGELOG.md

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

3+
## [8.0.0](https://github.com/npm/normalize-package-data/compare/v7.0.1...v8.0.0) (2025-07-24)
4+
### ⚠️ BREAKING CHANGES
5+
* `normalize-package-data` now supports node `^20.17.0 || >=22.9.0`
6+
### Bug Fixes
7+
* [`4b978e0`](https://github.com/npm/normalize-package-data/commit/4b978e07b4c257407a60aef4fa325bea6a773164) [#248](https://github.com/npm/normalize-package-data/pull/248) align to npm 11 node engine range (@owlstronaut)
8+
### Dependencies
9+
* [`7b28c1a`](https://github.com/npm/normalize-package-data/commit/7b28c1a84de9efa04b1f5d6a790e6fb082ef0244) [#248](https://github.com/npm/normalize-package-data/pull/248) `[email protected]`
10+
311
## [7.0.1](https://github.com/npm/normalize-package-data/compare/v7.0.0...v7.0.1) (2025-07-22)
412
### Bug Fixes
513
* [`97fb20a`](https://github.com/npm/normalize-package-data/commit/97fb20adabf7a6f22c67733252b2e30da520ed96) [#247](https://github.com/npm/normalize-package-data/pull/247) use `URL.canParse` instead of runtime deprecated `url.parse` api (#247) (@SuperchupuDev)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize-package-data",
3-
"version": "7.0.1",
3+
"version": "8.0.0",
44
"author": "GitHub Inc.",
55
"description": "Normalizes data that can be found in package.json files.",
66
"license": "BSD-2-Clause",

0 commit comments

Comments
 (0)