Skip to content

Commit 683f17d

Browse files
chore: release 7.0.0 (#239)
🤖 I have created a release *beep* *boop* --- ## [7.0.0](v6.0.2...v7.0.0) (2024-09-24) ### ⚠️ BREAKING CHANGES * `normalize-package-data` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`c3e0c45`](c3e0c45) [#238](#238) align to npm 10 node engine range (@hashtagchris) ### Dependencies * [`a313806`](a313806) [#238](#238) `[email protected]` ### Chores * [`cbf987b`](cbf987b) [#238](#238) run template-oss-apply (@hashtagchris) * [`846ae80`](846ae80) [#235](#235) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`2077b44`](2077b44) [#236](#236) postinstall for dependabot template-oss PR (@hashtagchris) * [`f314b3d`](f314b3d) [#236](#236) 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 a313806 commit 683f17d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.0.2"
2+
".": "7.0.0"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [7.0.0](https://github.com/npm/normalize-package-data/compare/v6.0.2...v7.0.0) (2024-09-24)
4+
### ⚠️ BREAKING CHANGES
5+
* `normalize-package-data` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`c3e0c45`](https://github.com/npm/normalize-package-data/commit/c3e0c452c9a7b75bee471c8cac29b40361ea6387) [#238](https://github.com/npm/normalize-package-data/pull/238) align to npm 10 node engine range (@hashtagchris)
8+
### Dependencies
9+
* [`a313806`](https://github.com/npm/normalize-package-data/commit/a313806d61272799b577b5dbe56639047d933480) [#238](https://github.com/npm/normalize-package-data/pull/238) `[email protected]`
10+
### Chores
11+
* [`cbf987b`](https://github.com/npm/normalize-package-data/commit/cbf987bc26b974adcc45ded1d3a0d5ad73bc67a7) [#238](https://github.com/npm/normalize-package-data/pull/238) run template-oss-apply (@hashtagchris)
12+
* [`846ae80`](https://github.com/npm/normalize-package-data/commit/846ae80d05f26b22ac2bec3e8bb300ce2e67aa19) [#235](https://github.com/npm/normalize-package-data/pull/235) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
13+
* [`2077b44`](https://github.com/npm/normalize-package-data/commit/2077b44f59009fd98ea4d0efd5a353c413cf122b) [#236](https://github.com/npm/normalize-package-data/pull/236) postinstall for dependabot template-oss PR (@hashtagchris)
14+
* [`f314b3d`](https://github.com/npm/normalize-package-data/commit/f314b3d6c28febedb819ecfad8ff5fa730a1c666) [#236](https://github.com/npm/normalize-package-data/pull/236) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
15+
316
## [6.0.2](https://github.com/npm/normalize-package-data/compare/v6.0.1...v6.0.2) (2024-06-25)
417

518
### Dependencies

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize-package-data",
3-
"version": "6.0.2",
3+
"version": "7.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)