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:
authorisaacs <i@izs.me>2019-08-13 02:37:42 +0300
committerisaacs <i@izs.me>2019-08-13 02:37:43 +0300
commit7086a1809bbfda9be81344b3949c7d3ac687ffc4 (patch)
tree699e88dc2aae9e691509e58f3ffc1a9c172b5f43 /node_modules/libcipm/CHANGELOG.md
parentc2d7e9f4c92b1f849c2a378f9e4f84ada7795149 (diff)
libcipm@4.0.3
Fix bug in node v10 and before, where it'd crash when attempting to stringify the `npmlog` object.
Diffstat (limited to 'node_modules/libcipm/CHANGELOG.md')
-rw-r--r--node_modules/libcipm/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/node_modules/libcipm/CHANGELOG.md b/node_modules/libcipm/CHANGELOG.md
index 2956e8551..26cf2d224 100644
--- a/node_modules/libcipm/CHANGELOG.md
+++ b/node_modules/libcipm/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+<a name="4.0.3"></a>
+## [4.0.3](https://github.com/npm/libcipm/compare/v4.0.2...v4.0.3) (2019-08-12)
+
+
+### Bug Fixes
+
+* do not pass opts.log to lifecycle ([46b2101](https://github.com/npm/libcipm/commit/46b2101))
+
+
+
<a name="4.0.2"></a>
## [4.0.2](https://github.com/npm/libcipm/compare/v4.0.1...v4.0.2) (2019-08-12)