You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff 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:
0 commit comments