We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74bdd1 commit 9393e2eCopy full SHA for 9393e2e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [5.1.0](https://github.com/npm/npm-packlist/compare/v5.0.4...v5.1.0) (2022-05-25)
4
+
5
6
+### Features
7
8
+* correctly handle workspace roots ([#104](https://github.com/npm/npm-packlist/issues/104)) ([d74bdd1](https://github.com/npm/npm-packlist/commit/d74bdd157ef6a701c9aeef902be9e0e51f388c98))
9
10
### [5.0.4](https://github.com/npm/npm-packlist/compare/v5.0.3...v5.0.4) (2022-05-19)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "npm-packlist",
- "version": "5.0.4",
+ "version": "5.1.0",
"description": "Get a list of the files to add from a folder into an npm package",
"directories": {
"test": "test"
0 commit comments