Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-05-25 21:46:41 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-05-25 22:27:38 +0300
commit446fadf023b2615cc4aef586271957ab20256f1e (patch)
tree31104d04a2ecc16885415a2fdc642e7cc8fb0560 /workspaces/libnpmpack
parent353e2f9dc60a5d319d4105822a9e0b2ddbf82bc0 (diff)
chore(latest): release libnpmpack 4.1.0
Diffstat (limited to 'workspaces/libnpmpack')
-rw-r--r--workspaces/libnpmpack/CHANGELOG.md12
-rw-r--r--workspaces/libnpmpack/package.json2
2 files changed, 13 insertions, 1 deletions
diff --git a/workspaces/libnpmpack/CHANGELOG.md b/workspaces/libnpmpack/CHANGELOG.md
index 13b68cb11..8d24a861e 100644
--- a/workspaces/libnpmpack/CHANGELOG.md
+++ b/workspaces/libnpmpack/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [4.1.0](https://github.com/npm/cli/compare/libnpmpack-v4.0.3...libnpmpack-v4.1.0) (2022-05-25)
+
+
+### Features
+
+* **libnpmpack:** bump pacote for better workspace awareness ([7307c8d](https://github.com/npm/cli/commit/7307c8de388cd14c96c42d70b7e567ec343ad084))
+
+
+### Dependencies
+
+* pacote@13.5.0 npm-packlist@5.1.0 ([353e2f9](https://github.com/npm/cli/commit/353e2f9dc60a5d319d4105822a9e0b2ddbf82bc0))
+
### [4.0.3](https://github.com/npm/cli/compare/libnpmpack-v4.0.2...libnpmpack-v4.0.3) (2022-04-06)
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index a756c31e2..02f06a8bb 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
- "version": "4.0.3",
+ "version": "4.1.0",
"description": "Programmatic API for the bits behind npm pack",
"author": "GitHub Inc.",
"main": "lib/index.js",