Skip to content

Commit 882d5ef

Browse files
authored
Merge pull request #5 from facebook/next
Update Upstream
2 parents fc3e5f5 + c342677 commit 882d5ef

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
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 [email protected]
33+
```
34+
35+
or
36+
37+
```
38+
yarn add --exact [email protected]
39+
```
40+
141
## 1.1.0 (January 15, 2018)
242

343
#### :rocket: New Feature

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"chalk": "2.3.0",
3535
"css-loader": "0.28.9",
3636
"dotenv": "4.0.0",
37-
"dotenv-expand": "4.0.1",
37+
"dotenv-expand": "4.2.0",
3838
"eslint": "4.15.0",
3939
"eslint-config-react-app": "^2.1.0",
4040
"eslint-loader": "1.9.0",

0 commit comments

Comments
 (0)