Skip to content

Commit 02b1ca4

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 8.0.0
1 parent 1affdf1 commit 02b1ca4

File tree

3 files changed

+11
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [8.0.0](https://github.com/npm/package-json/compare/v7.0.5...v8.0.0) (2026-04-15)
4+
### ⚠️ BREAKING CHANGES
5+
* The "server.js" handling was removed, so "scripts.start" will not be set to "node server.js" if a "server.js" file exists.
6+
### Bug Fixes
7+
* [`057fd25`](https://github.com/npm/package-json/commit/057fd255bd5298c52bc7589d2d41b4e2e1e24159) [#174](https://github.com/npm/package-json/pull/174) remove magic "server.js" handling (@owlstronaut)
8+
### Chores
9+
* [`1affdf1`](https://github.com/npm/package-json/commit/1affdf1c3ce78b78775ef29faa2f45fa08abb1e9) [#174](https://github.com/npm/package-json/pull/174) template-oss-apply (@owlstronaut)
10+
* [`ece3cb6`](https://github.com/npm/package-json/commit/ece3cb6c849446bc25d9646a8828dc358d089599) [#170](https://github.com/npm/package-json/pull/170) bump @npmcli/template-oss from 4.28.1 to 4.29.0 (#170) (@dependabot[bot], @npm-cli-bot)
11+
312
## [7.0.5](https://github.com/npm/package-json/compare/v7.0.4...v7.0.5) (2026-02-18)
413
### Bug Fixes
514
* [`09b981d`](https://github.com/npm/package-json/commit/09b981db4a566dd743864bbef17ec7c7a65fcf03) [#172](https://github.com/npm/package-json/pull/172) inline license validation code (@wraithgar)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/package-json",
3-
"version": "7.0.5",
3+
"version": "8.0.0",
44
"description": "Programmatic API to update package.json",
55
"keywords": [
66
"npm",

0 commit comments

Comments
 (0)