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
+40
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,43 @@
1
+
## 1.1.1 (February 2, 2018)
2
+
3
+
#### :bug: Bug Fix
4
+
*`react-scripts`
5
+
*[#4000](https://github.com/facebook/create-react-app/pull/4000) Fix escaping `$` in environment variables. ([@iansu](https://github.com/iansu))
6
+
7
+
#### :nail_care: Enhancement
8
+
*`react-scripts`
9
+
*[#4006](https://github.com/facebook/create-react-app/pull/4006) Add Node 9 compatibility for `fsevents`. ([@gaearon](https://github.com/gaearon))
10
+
11
+
#### :memo: Documentation
12
+
*`react-scripts`
13
+
*[#3971](https://github.com/facebook/create-react-app/pull/3971) Update instructions for continuous delivery with Netlify. ([@hubgit](https://github.com/hubgit))
14
+
*[#3894](https://github.com/facebook/create-react-app/pull/3894) Include `{json,css}` files in prettier command. ([@reyronald](https://github.com/reyronald))
15
+
16
+
#### :house: Internal
17
+
*`create-react-app`
18
+
*[#3853](https://github.com/facebook/create-react-app/pull/3853) pin envinfo version to 3.4.2. ([@bondz](https://github.com/bondz))
19
+
20
+
#### Committers: 6
21
+
- Alf Eaton ([hubgit](https://github.com/hubgit))
22
+
- Bond ([bondz](https://github.com/bondz))
23
+
- Dan Abramov ([gaearon](https://github.com/gaearon))
24
+
- Ian Sutherland ([iansu](https://github.com/iansu))
25
+
- Ronald Rey ([reyronald](https://github.com/reyronald))
26
+
27
+
### Migrating from 1.1.0 to 1.1.1
28
+
29
+
Inside any created project that has not been ejected, run:
0 commit comments