Skip to content

Commit 8d238bc

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 8.0.0
1 parent 1722e7d commit 8d238bc

File tree

3 files changed

+12
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [8.0.0](https://github.com/npm/npm-packlist/compare/v7.0.4...v8.0.0) (2023-08-24)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* The files array can now be used to exclude non-root readme, license, licence, and copying files.
8+
9+
### Bug Fixes
10+
11+
* [`24344a2`](https://github.com/npm/npm-packlist/commit/24344a2ce2f5a860d8c6048c642bae8db50b9618) [#173](https://github.com/npm/npm-packlist/pull/173) exclude non-root README.md/LICENSE files (#173) (@AaronHamilton965, @rahulio96)
12+
313
## [7.0.4](https://github.com/npm/npm-packlist/compare/v7.0.3...v7.0.4) (2022-12-07)
414

515
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-packlist",
3-
"version": "7.0.4",
3+
"version": "8.0.0",
44
"description": "Get a list of the files to add from a folder into an npm package",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)