Skip to content

Commit 7789cb0

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 9.0.0
1 parent cddad4f commit 7789cb0

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.2.5"
2+
".": "9.0.0"
33
}

CHANGELOG.md

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

3+
## [9.0.0](https://github.com/npm/init-package-json/compare/v8.2.5...v9.0.0) (2026-04-14)
4+
### ⚠️ BREAKING CHANGES
5+
* existing packages in `node_modules` are no longer used to try to pre-populate dependencies and devDependencies
6+
* The license field is no longer included by default when running `npm init` or `npm init --yes`. If you want to include a license, you can either set it in your npm config (`npm set init-license=MIT`) or provide it interactively when running `npm init`.
7+
### Features
8+
* [`6e34dd8`](https://github.com/npm/init-package-json/commit/6e34dd83da370e849235c52da887770e72b362e6) [#350](https://github.com/npm/init-package-json/pull/350) omit license field by default when initializing package.json (@owlstronaut)
9+
### Bug Fixes
10+
* [`cddad4f`](https://github.com/npm/init-package-json/commit/cddad4fe4ddc5b712793d078c6d3dac1d8427ed1) [#349](https://github.com/npm/init-package-json/pull/349) stop auto populating dependencies (#349) (@wraithgar)
11+
### Chores
12+
* [`cc57229`](https://github.com/npm/init-package-json/commit/cc57229da15d75c7bfa9ae62a2910500f5867101) [#350](https://github.com/npm/init-package-json/pull/350) template-oss-apply (@owlstronaut)
13+
* [`e885190`](https://github.com/npm/init-package-json/commit/e88519058a51ba5c35acb151f86f26bcb7d5330a) [#348](https://github.com/npm/init-package-json/pull/348) bump @npmcli/template-oss from 4.29.0 to 4.30.0 (#348) (@dependabot[bot], @npm-cli-bot)
14+
315
## [8.2.5](https://github.com/npm/init-package-json/compare/v8.2.4...v8.2.5) (2026-02-19)
416
### Bug Fixes
517
* [`94effe9`](https://github.com/npm/init-package-json/commit/94effe91d2f0dbc8c8b970025f303e3440a7b016) update license validation code (#345) (@wraithgar)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "init-package-json",
3-
"version": "8.2.5",
3+
"version": "9.0.0",
44
"main": "lib/init-package-json.js",
55
"scripts": {
66
"test": "tap",

0 commit comments

Comments
 (0)