Skip to content

Releases: npm/init-package-json

v9.0.0

Choose a tag to compare

@github-actions github-actions released this 22 May 17:04
5b220c0

9.0.0 (2026-05-22)

⚠️ BREAKING CHANGES

  • init-package-json now supports node ^22.22.2 || ^24.15.0 || >=26.0.0
  • template-oss-apply
  • The author prompt will now be shown even if an author is already specified in the existing package.json. If the user leaves the prompt blank, the author field will be omitted from the resulting package.json instead of being set to an empty string.
  • existing packages in node_modules are no longer used to try to pre-populate dependencies and devDependencies
  • 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.

Features

Bug Fixes

Dependencies

Chores

v8.2.5

Choose a tag to compare

@github-actions github-actions released this 19 Feb 19:40
68f01eb

8.2.5 (2026-02-19)

Bug Fixes

Chores

v8.2.4

Choose a tag to compare

@github-actions github-actions released this 21 Nov 18:50
c595439

8.2.4 (2025-11-21)

Dependencies

Chores

v8.2.3

Choose a tag to compare

@github-actions github-actions released this 17 Nov 21:23
1fcd42c

8.2.3 (2025-11-17)

Dependencies

v8.2.2

Choose a tag to compare

@github-actions github-actions released this 29 Aug 17:48
38707bd

8.2.2 (2025-08-29)

Dependencies

v8.2.1

Choose a tag to compare

@github-actions github-actions released this 14 May 20:59
df98bc1

8.2.1 (2025-05-14)

Bug Fixes

v8.2.0

Choose a tag to compare

@github-actions github-actions released this 05 May 15:55
8571d3c

8.2.0 (2025-05-05)

Features

Bug Fixes

v8.1.1

Choose a tag to compare

@github-actions github-actions released this 23 Apr 21:09
fc95b2d

8.1.1 (2025-04-23)

Bug Fixes

v8.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Apr 16:00
39aa531

8.1.0 (2025-04-23)

Features

Chores

v8.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Dec 17:32
645aaf2

8.0.0 (2024-12-02)

⚠️ BREAKING CHANGES

  • this module is now compatible with the following node versions: ^20.17.0 || >=22.9.0
  • adds a new type prompt and changes the sort order of created packages

Features

Bug Fixes

Chores