Skip to content

Commit 9cf4bc6

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 8.1.2
1 parent 23c5eb9 commit 9cf4bc6

3 files changed

Lines changed: 6 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.1.1"
2+
".": "8.1.2"
33
}

CHANGELOG.md

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

3+
## [8.1.2](https://github.com/npm/init-package-json/compare/v8.1.1...v8.1.2) (2025-05-05)
4+
### Bug Fixes
5+
* [`23c5eb9`](https://github.com/npm/init-package-json/commit/23c5eb9e5948f5888844c351a57f3d7f500b342f) [#327](https://github.com/npm/init-package-json/pull/327) Use the private value as long as it isn't undefined (#327) (@owlstronaut)
6+
37
## [8.1.1](https://github.com/npm/init-package-json/compare/v8.1.0...v8.1.1) (2025-04-23)
48
### Bug Fixes
59
* [`52b3766`](https://github.com/npm/init-package-json/commit/52b37660aa87e67261a6e63ab3b6f6d32c358a99) [#324](https://github.com/npm/init-package-json/pull/324) make private only effective when set to true, handle existing packages (#324) (@owlstronaut)

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

0 commit comments

Comments
 (0)