Skip to content

Commit c342677

Browse files
authored
Add 1.1.1 to next changelog
1 parent aaf022c commit c342677

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

+40
Original file line numberDiff line numberDiff 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:
30+
31+
```
32+
npm install --save --save-exact react-scripts@1.1.1
33+
```
34+
35+
or
36+
37+
```
38+
yarn add --exact react-scripts@1.1.1
39+
```
40+
141
## 1.1.0 (January 15, 2018)
242

343
#### :rocket: New Feature

0 commit comments

Comments
 (0)