From 732593e821c8a4231226235fbf4285da0f9c9321 Mon Sep 17 00:00:00 2001 From: Ville Immonen <ville.immonen@iki.fi> Date: Sun, 23 Oct 2016 00:01:27 +0300 Subject: [PATCH] Update CLI version in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1261bbd14..e73b0eeca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,7 @@ You may optionally update the global command (it’s not required): ``` -npm install -g create-react-app@0.7.0 +npm install -g create-react-app@0.6.0 ``` Inside any created project that has not been ejected, run: -- GitLab