Skip to content

Commit f0d80dc

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 11.2.0
1 parent 7e2513d commit f0d80dc

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-
".": "11.1.0"
2+
".": "11.2.0"
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+
## [11.2.0](https://github.com/npm/npm-packlist/compare/v11.1.0...v11.2.0) (2026-06-05)
4+
### Features
5+
* [`7e2513d`](https://github.com/npm/npm-packlist/commit/7e2513d077519476e282ed1b0f9203e5f08a7554) [#291](https://github.com/npm/npm-packlist/pull/291) exclude patchedDependencies patch files from the package tarball (#291) (@manzoorwanijk)
6+
37
## [11.1.0](https://github.com/npm/npm-packlist/compare/v11.0.0...v11.1.0) (2026-05-22)
48
### Features
59
* [`1369ec3`](https://github.com/npm/npm-packlist/commit/1369ec372bdef50e88ba055516fbd5c4cfb7ab83) [#287](https://github.com/npm/npm-packlist/pull/287) support a user level ignore file via globalIgnoreFile (#287) (@ljharb)

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": "11.1.0",
3+
"version": "11.2.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)