Skip to content

Commit 9d12b13

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 6.0.0
1 parent 9eccb04 commit 9d12b13

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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-
".": "5.0.0"
2+
".": "6.0.0"
33
}

CHANGELOG.md

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

3+
## [6.0.0](https://github.com/npm/init-package-json/compare/v5.0.0...v6.0.0) (2023-08-15)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* support for node 14 has been removed
8+
9+
### Bug Fixes
10+
11+
* [`97b1efe`](https://github.com/npm/init-package-json/commit/97b1efeccb6eac3d0669fcd5703ade57ec7fd148) [#235](https://github.com/npm/init-package-json/pull/235) drop node14 support (@lukekarrys)
12+
13+
### Dependencies
14+
15+
* [`9eccb04`](https://github.com/npm/init-package-json/commit/9eccb043c2993371013749a92702b6e4fcdd033d) [#233](https://github.com/npm/init-package-json/pull/233) bump read-package-json from 6.0.4 to 7.0.0
16+
* [`3024040`](https://github.com/npm/init-package-json/commit/3024040dec8c5f0215f9dea8652a28669e9d1c9f) [#234](https://github.com/npm/init-package-json/pull/234) bump npm-package-arg from 10.1.0 to 11.0.0
17+
318
## [5.0.0](https://github.com/npm/init-package-json/compare/v4.0.1...v5.0.0) (2023-02-06)
419

520
### ⚠️ BREAKING CHANGES

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

0 commit comments

Comments
 (0)