Skip to content

Commit 080cacd

Browse files
authored
Add 0.3.1 to changelog
1 parent b484e3e commit 080cacd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.3.1 (September 2, 2016)
2+
3+
### Build Dependency (`react-scripts`)
4+
5+
* Bumps Jest dependency to fix a few issues discovered yesterday. ([@cpojer](https://github.com/cpojer) in [facebook/jest#1580](https://github.com/facebook/jest/pull/1580), [@insin](https://github.com/insin) in [facebook/jest#1574](https://github.com/facebook/jest/pull/1574))
6+
7+
### Migrating from 0.3.0 to 0.3.1
8+
9+
Inside any created project that has not been ejected, run:
10+
11+
```
12+
npm install --save-dev --save-exact react-scripts@0.3.1
13+
```
14+
115
## 0.3.0 (September 1, 2016)
216

317
### Build Dependency (`react-scripts`)

0 commit comments

Comments
 (0)