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-06-22 23:48:05 +0300
committerNathan Fritz <fritzy@github.com>2022-06-23 00:25:48 +0300
commit76bbb9a7bb8a3605d04c3d95c4b6a7fb9a331413 (patch)
tree0731c9b29d542536cd7c16d4c00512c330b9894d
parenta5be4d612ff1ce2b31e2246cf17308652e804ce1 (diff)
chore(latest): release libnpmpack 4.1.1
-rw-r--r--workspaces/libnpmpack/CHANGELOG.md8
-rw-r--r--workspaces/libnpmpack/package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/workspaces/libnpmpack/CHANGELOG.md b/workspaces/libnpmpack/CHANGELOG.md
index 8d24a861e..2db729a69 100644
--- a/workspaces/libnpmpack/CHANGELOG.md
+++ b/workspaces/libnpmpack/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [4.1.1](https://github.com/npm/cli/compare/libnpmpack-v4.1.0...libnpmpack-v4.1.1) (2022-06-22)
+
+
+### Dependencies
+
+* @npmcli/run-script@4.1.0 ([2c06cee](https://github.com/npm/cli/commit/2c06ceee82dd813c0ae84cc0b09e6941cfc5533e))
+* pacote@13.6.1 ([2e50cb8](https://github.com/npm/cli/commit/2e50cb83e84cf25fee93ba0ca5a0343fbdb33c41))
+
## [4.1.0](https://github.com/npm/cli/compare/libnpmpack-v4.0.3...libnpmpack-v4.1.0) (2022-05-25)
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index 16d4ee159..a17cbd01f 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
- "version": "4.1.0",
+ "version": "4.1.1",
"description": "Programmatic API for the bits behind npm pack",
"author": "GitHub Inc.",
"main": "lib/index.js",