From 60ba9f2b11a30486f4a77d93c5d5425cec894d7b Mon Sep 17 00:00:00 2001
From: Dan Abramov <dan.abramov@gmail.com>
Date: Wed, 1 Mar 2017 02:49:56 +0000
Subject: [PATCH] Suggest CRA 1.2.1 in changelog

---
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99c5b1e10..2391b014e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -52,7 +52,7 @@ npm install --save-dev --save-exact react-scripts@0.9.3
 You may also optionally update the global command-line utility for offline Yarn cache support:
 
 ```
-npm install -g create-react-app@1.2.0
+npm install -g create-react-app@1.2.1
 ```
 
 ## 0.9.2 (February 26, 2017)
-- 
GitLab