Skip to content

Commit

Permalink
chore: release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lukekarrys committed Aug 15, 2023
1 parent f08b79e commit 37f32be
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.1"
".": "5.0.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [5.0.0](https://github.com/npm/package-json/compare/v4.0.1...v5.0.0) (2023-08-15)

### ⚠️ BREAKING CHANGES

* support for node 14 has been removed

### Bug Fixes

* [`6345d76`](https://github.com/npm/package-json/commit/6345d761461edb9f52e6bb2739909f8dac92d8cf) [#53](https://github.com/npm/package-json/pull/53) drop node14 support (@lukekarrys)

### Dependencies

* [`f08b79e`](https://github.com/npm/package-json/commit/f08b79eceefe4e513ae01b79aae59418e7789348) [#55](https://github.com/npm/package-json/pull/55) bump normalize-package-data from 5.0.0 to 6.0.0
* [`5c4de21`](https://github.com/npm/package-json/commit/5c4de2145727548b13f0e025f740c37f1253ac74) [#52](https://github.com/npm/package-json/pull/52) bump hosted-git-info from 6.1.1 to 7.0.0
* [`02e0ef2`](https://github.com/npm/package-json/commit/02e0ef2382a09fd9e0543b6babaff22bcd7dab13) [#51](https://github.com/npm/package-json/pull/51) bump @npmcli/git from 4.1.0 to 5.0.0

## [4.0.1](https://github.com/npm/package-json/compare/v4.0.0...v4.0.1) (2023-07-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/package-json",
"version": "4.0.1",
"version": "5.0.0",
"description": "Programmatic API to update package.json",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 37f32be

Please sign in to comment.