Skip to content

Commit 39aa531

Browse files
chore: release 8.1.0 (#323)
🤖 I have created a release *beep* *boop* --- ## [8.1.0](v8.0.0...v8.1.0) (2025-04-23) ### Features * [`78b2cd0`](78b2cd0) [#322](#322) adds init-private option to config (#322) (@owlstronaut) ### Chores * [`0578b8b`](0578b8b) [#320](#320) bump @npmcli/config from 9.0.0 to 10.0.0 (#320) (@dependabot[bot]) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 78b2cd0 commit 39aa531

File tree

3 files changed

+8
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [8.1.0](https://github.com/npm/init-package-json/compare/v8.0.0...v8.1.0) (2025-04-23)
4+
### Features
5+
* [`78b2cd0`](https://github.com/npm/init-package-json/commit/78b2cd07d692004b41daf140662f15b8f9c7d49c) [#322](https://github.com/npm/init-package-json/pull/322) adds init-private option to config (#322) (@owlstronaut)
6+
### Chores
7+
* [`0578b8b`](https://github.com/npm/init-package-json/commit/0578b8ba703b92204e312c73d8aef9b93ef25e6a) [#320](https://github.com/npm/init-package-json/pull/320) bump @npmcli/config from 9.0.0 to 10.0.0 (#320) (@dependabot[bot])
8+
39
## [8.0.0](https://github.com/npm/init-package-json/compare/v7.0.2...v8.0.0) (2024-12-02)
410
### ⚠️ BREAKING CHANGES
511
* this module is now compatible with the following node versions: ^20.17.0 || >=22.9.0

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.0.0",
3+
"version": "8.1.0",
44
"main": "lib/init-package-json.js",
55
"scripts": {
66
"test": "tap",

0 commit comments

Comments
 (0)