Skip to content

Commit a74467e

Browse files
gaearonromaindso
authored andcommitted
Changelog for 1.0.9 (facebook#2682)
1 parent cbece92 commit a74467e

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

Diff for: CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
## 1.0.9 (June 29, 2017)
2+
3+
#### :bug: Bug Fix
4+
5+
* `react-scripts`
6+
7+
* [#2680](https://github.com/facebookincubator/create-react-app/pull/2680) Fix external CSS imports. ([@gaearon](https://github.com/gaearon))
8+
9+
#### :memo: Documentation
10+
11+
* `react-scripts`
12+
13+
* [#2679](https://github.com/facebookincubator/create-react-app/pull/2679) Fix minor typo. ([@dbanck](https://github.com/dbanck))
14+
* [#2666](https://github.com/facebookincubator/create-react-app/pull/2666) Add more info about Apache client side routing. ([@viankakrisna](https://github.com/viankakrisna))
15+
* [#2671](https://github.com/facebookincubator/create-react-app/pull/2671) Add JSON and CSS to Prettier instructions. ([@jbovenschen](https://github.com/jbovenschen))
16+
17+
#### :house: Internal
18+
19+
* Other
20+
21+
* [#2673](https://github.com/facebookincubator/create-react-app/pull/2673) Bootstrap with Yarn. ([@Timer](https://github.com/Timer))
22+
* [#2659](https://github.com/facebookincubator/create-react-app/pull/2659) Test Node 8 on Travis. ([@gaearon](https://github.com/gaearon))
23+
24+
#### Committers: 5
25+
26+
- Ade Viankakrisna Fadlil ([viankakrisna](https://github.com/viankakrisna))
27+
- Dan Abramov ([gaearon](https://github.com/gaearon))
28+
- Daniel Banck ([dbanck](https://github.com/dbanck))
29+
- Jaco Bovenschen ([jbovenschen](https://github.com/jbovenschen))
30+
- Joe Haddad ([Timer](https://github.com/Timer))
31+
32+
### Migrating from 1.0.8 to 1.0.9
33+
34+
Inside any created project that has not been ejected, run:
35+
36+
```
37+
npm install --save-dev --save-exact [email protected]
38+
```
39+
40+
or
41+
42+
```
43+
yarn add --dev --exact [email protected]
44+
```
45+
146
## 1.0.8 (June 28, 2017)
247

348
#### :bug: Bug Fix

0 commit comments

Comments
 (0)