Skip to content

Commit f040d85

Browse files
committed
Changelog for 1.1.3
1 parent d639e90 commit f040d85

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 1.1.3 (April 3, 2018)
2+
3+
#### :bug: Bug Fix
4+
5+
* `react-scripts`
6+
7+
* [#4247](https://github.com/facebook/create-react-app/pull/4247) Fix `environment.dispose is not a function` error caused by a Jest bug. ([@gaearon](https://github.com/gaearon))
8+
9+
#### Committers: 1
10+
- Dan Abramov ([gaearon](https://github.com/gaearon))
11+
12+
### Migrating from 1.1.2 to 1.1.3
13+
14+
Inside any created project that has not been ejected, run:
15+
16+
```
17+
npm install --save --save-exact react-scripts@1.1.3
18+
```
19+
20+
or
21+
22+
```
23+
yarn add --exact react-scripts@1.1.3
24+
```
25+
126
## 1.1.2 (April 3, 2018)
227

328
#### :bug: Bug Fix

0 commit comments

Comments
 (0)