Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 2769933

Browse files
committedDec 3, 2016
Bump global CLI to 1.0.0
1 parent 5ee027d commit 2769933

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
You may optionally update the global command (it’s not required, but it adds Yarn support for new projects):
144144
145145
```
146-
npm install -g create-react-app@0.7.0
146+
npm install -g create-react-app@1.0.0
147147
```
148148
149149
Inside any created project that has not been ejected, run:

‎packages/create-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-app",
3-
"version": "0.7.0",
3+
"version": "1.0.0",
44
"keywords": [
55
"react"
66
],

0 commit comments

Comments
 (0)