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:
authorKat Marchán <kzm@zkat.tech>2018-07-05 21:45:37 +0300
committerKat Marchán <kzm@zkat.tech>2018-07-05 21:45:37 +0300
commit5440b5e8f316ed1776f8c66edb860955dbab875b (patch)
tree5e222696bb0202d7994c8dbae9e41ce60a6108c4 /CHANGELOG.md
parentecdcbd745ae1edd9bdd102dc3845a7bc76e1c5fb (diff)
doc: update changelog for npm@6.2.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbca4f9db..6e8855d91 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,15 @@
-## v6.2.0 (2018-06-28):
+## v6.2.0 (2018-07-05):
+
+This is a quick patch to the release to fix an issue that was preventing users
+from installing `npm@next`.
+
+* [`ecdcbd745`](https://github.com/npm/npm/commit/ecdcbd745ae1edd9bdd102dc3845a7bc76e1c5fb)
+ [#21129](https://github.com/npm/npm/pull/21129)
+ Remove postinstall script that depended on source files, thus preventing
+ `npm@next` from being installable from the registry.
+ ([@zkat](https://github.com/zkat))
+
+## v6.2.0-next.0 (2018-06-28):
### NEW FEATURES