Skip to content

Commit cfbd468

Browse files
authored
Add 1.0.17 changelog (#3402)
1 parent 5811d55 commit cfbd468

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## 1.0.17 (November 3, 2017)
2+
3+
#### :nail_care: Enhancement
4+
5+
* `react-scripts`
6+
7+
* [#3401](https://github.com/facebookincubator/create-react-app/pull/3401) Stop using a deprecated option. ([@gaearon](https://github.com/gaearon))
8+
9+
#### :memo: Documentation
10+
11+
* `react-scripts`
12+
13+
* [#3399](https://github.com/facebookincubator/create-react-app/pull/3399) Add link to VS Code troubleshooting guide. ([@auchenberg](https://github.com/auchenberg))
14+
* [#3400](https://github.com/facebookincubator/create-react-app/pull/3400) Update VS Code debug configuration. ([@auchenberg](https://github.com/auchenberg))
15+
16+
#### Committers: 3
17+
18+
- Dan Abramov ([gaearon](https://github.com/gaearon))
19+
- Kenneth Auchenberg ([auchenberg](https://github.com/auchenberg))
20+
- Loren Sands-Ramshaw ([lorensr](https://github.com/lorensr))
21+
22+
### Migrating from 1.0.16 to 1.0.17
23+
24+
Inside any created project that has not been ejected, run:
25+
26+
```
27+
npm install --save --save-exact [email protected]
28+
```
29+
30+
or
31+
32+
```
33+
yarn add --exact [email protected]
34+
```
35+
136
## 1.0.16 (October 31, 2017) 🎃
237

338
#### :bug: Bug Fix

0 commit comments

Comments
 (0)