Skip to content

Commit b95983a

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 5.0.2
1 parent a67317b commit b95983a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.0.2](https://github.com/npm/package-json/compare/v5.0.1...v5.0.2) (2024-04-10)
4+
5+
### Bug Fixes
6+
7+
* [`a67317b`](https://github.com/npm/package-json/commit/a67317bf88ca983425c98505dbe01dbd30d7ca6d) [#90](https://github.com/npm/package-json/pull/90) perf: lazy load hosted git info on normalize (#90) (@H4ad)
8+
* [`06df698`](https://github.com/npm/package-json/commit/06df698635c1ee7bd18d68e868a673d2de773864) [#89](https://github.com/npm/package-json/pull/89) perf: lazy load glob on normalize.js (#89) (@H4ad)
9+
310
## [5.0.1](https://github.com/npm/package-json/compare/v5.0.0...v5.0.1) (2024-04-07)
411

512
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/package-json",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Programmatic API to update package.json",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)