Skip to content

Commit 63767ac

Browse files
committed
Add header to changelog
1 parent 5249586 commit 63767ac

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## 2.0.3 (October 1, 2018)
22

3+
Create React App v2 brings a year's worth of updates with a single dependency update.
4+
We summarized all of the changes in a blog post!<br>
5+
6+
Check it out: **[Create React App 2.0: Babel 7, Sass, and More](https://reactjs.org/blog/2018/10/01/create-react-app-v2.html)**.
7+
8+
Have you read it? Now let's see how to update your app to the latest version.
9+
310
# Migrating from 1.x to 2.0.3
411

512
Inside any created project that has not been ejected, run:
@@ -595,4 +602,4 @@ If you used 2.x alphas, please [follow these instructions](https://gist.github.c
595602

596603
## Releases Before 2.x
597604

598-
Please refer to [CHANGELOG-0.x.md](./CHANGELOG-0.x.md) for earlier versions.
605+
Please refer to [CHANGELOG-1.x.md](./CHANGELOG-1.x.md) for earlier versions.

0 commit comments

Comments
 (0)