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:
authorRebecca Turner <me@re-becca.org>2016-05-18 01:41:08 +0300
committerRebecca Turner <me@re-becca.org>2016-05-18 03:34:43 +0300
commita3d718f5e4f15f0c2498e74304c979120611d67e (patch)
tree4a4fd792d32685fbfb7bb5c5fb15e64a6118c025 /CHANGELOG.md
parentcde367fbb6eebc5db68a44b12a5c7bea158d70db (diff)
doc: changelog for 3.9.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c146f06cf..b70b3f13b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+### v3.9.2 (2016-05-17)
+
+This is a quick patch release. The previous release, 3.9.1, introduced a
+bug where npm would crash given a combination of specific package tree on
+disk and a shrinkwrap.
+
+* [`cde367f`](https://github.com/npm/npm/commit/cde367fbb6eebc5db68a44b12a5c7bea158d70db)
+ [#12724](https://github.com/npm/npm/issues/12724)
+ Fix crasher when inflating shrinkwraps with packages on disk that were
+ installed by older npm versions.
+ ([@iarna](https://github.com/iarna))
+
### v3.9.1 (2016-05-12)
HI all! We have bug fixes to a couple of the hairy corners of `npm`, in the