Skip to content

Commit a81a7ae

Browse files
fsonrandycoulman
authored andcommitted
Bump global CLI to 1.0.0
1 parent c5905b0 commit a81a7ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)