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:
authorRuy Adorno <ruyadorno@hotmail.com>2021-06-01 01:06:33 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2021-06-01 01:25:54 +0300
commit4a8a1806861a206e874226f78d5a53f4586b58e1 (patch)
tree481a7951ccdb3e522832adfd2707cc9832f9ca68 /CHANGELOG.md
parente5799e1e5987d841e070deb7ab30e14fd3270fdf (diff)
docs: changelog for v7.15.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index def5daee0..c86373bcd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+## v7.15.1 (2021-05-31)
+
+### BUG FIXES
+
+* [`598a17a26`](https://github.com/npm/cli/commit/598a17a2671c9e3bc204dddd6488169c9a72c6a1)
+ [#3329](https://github.com/npm/cli/issues/3329)
+ fix(libnpmexec): don't detach output from npm
+ ([@wraithgar](https://github.com/wraithgar))
+
+### DEPENDENCIES
+
+* [`c4fc03e9e`](https://github.com/npm/cli/commit/c4fc03e9eb3a6386e8feacb67c19f0a1578dfe38)
+ `@npmcli/arborist@2.6.1`
+ * fixes reifying deps with mismatching version ranges between
+ actual and virtual trees
+* [`9159fa62a`](https://github.com/npm/cli/commit/9159fa62a10dee09daef178fc7be161a02824004)
+ `libnpmexec@1.2.0`
+
## v7.15.0 (2021-05-27)
### FEATURES