From 8d129b8d83ab3e28179f07a559075e09cd39f5f8 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 30 Sep 2019 13:52:41 -0700 Subject: [PATCH] docs: changelog update for 6.12.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b6911d7f0d5b..f29fb583f5e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,9 @@ Now `npm ci` runs prepare scripts for git dependencies, and respects the [#260](https://github.com/npm/cli/pull/260) `node-gyp@5.0.4`: ([@isaacs](https://github.com/isaacs)) +* [`0ff0ea47a`](https://github.com/npm/cli/commit/0ff0ea47a8840dd7d952bde7f7983a5016cda8ea) + `npm-install-checks@3.0.2` + ([@isaacs](https://github.com/isaacs)) ## 6.11.3 (2019-09-03):