Skip to content

Commit 4baf411

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 7.0.0-pre.0
1 parent 4539ef9 commit 4baf411

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
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-
".": "6.0.1"
2+
".": "7.0.0-pre.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+
## [7.0.0-pre.0](https://github.com/npm/npm-packlist/compare/v6.0.1...v7.0.0-pre.0) (2022-09-26)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* `tree` is now the first parameter
8+
* the arborist tree must now be provided in the options and will not be generated for you. the npm-packlist bin has also been removed.
9+
10+
### Features
11+
12+
* [`87c778e`](https://github.com/npm/npm-packlist/commit/87c778eb0f89101ff5ef4a488e614fb9e7773480) make the required tree the first parameter (@lukekarrys)
13+
* [`123875a`](https://github.com/npm/npm-packlist/commit/123875a9db0d18c2ba91e9841ab8e15df3057e18) remove dependency on arborist, require tree to be passed in (@nlf)
14+
315
## [6.0.1](https://github.com/npm/npm-packlist/compare/v6.0.0...v6.0.1) (2022-09-23)
416

517
### Dependencies

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-packlist",
3-
"version": "6.0.1",
3+
"version": "7.0.0-pre.0",
44
"description": "Get a list of the files to add from a folder into an npm package",
55
"directories": {
66
"test": "test"
@@ -46,7 +46,9 @@
4646
"--exclude",
4747
"tap-snapshots/**"
4848
],
49-
"files": ["test/*.js"]
49+
"files": [
50+
"test/*.js"
51+
]
5052
},
5153
"engines": {
5254
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"

0 commit comments

Comments
 (0)