Skip to content

Commit 964e245

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 6.0.0
1 parent 7b0f828 commit 964e245

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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-
".": "5.0.0"
2+
".": "6.0.0"
33
}

CHANGELOG.md

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

3+
## [6.0.0](https://github.com/npm/normalize-package-data/compare/v5.0.0...v6.0.0) (2023-08-15)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* support for node 14 has been removed
8+
9+
### Bug Fixes
10+
11+
* [`2338ad0`](https://github.com/npm/normalize-package-data/commit/2338ad01a93ad731f100aaa385da81f5adfe1903) [#186](https://github.com/npm/normalize-package-data/pull/186) drop node14 support (@lukekarrys)
12+
13+
### Dependencies
14+
15+
* [`7b0f828`](https://github.com/npm/normalize-package-data/commit/7b0f82848d2a09c213d9749ffac70975fb5e61ca) [#185](https://github.com/npm/normalize-package-data/pull/185) bump hosted-git-info from 6.1.1 to 7.0.0
16+
317
## [5.0.0](https://github.com/npm/normalize-package-data/compare/v4.0.1...v5.0.0) (2022-10-12)
418

519
### ⚠️ BREAKING CHANGES

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