Skip to content

Commit 2e690e9

Browse files
committed
Add 1.1.2 changelog (#4242)
1 parent 061d1e4 commit 2e690e9

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## 1.1.2 (April 3, 2018)
2+
3+
#### :bug: Bug Fix
4+
5+
* `react-scripts`
6+
7+
* [#4085](https://github.com/facebook/create-react-app/pull/4085) Resolve `.js` before `.mjs` files to unbreak dependencies with native ESM support. ([@leebyron](https://github.com/leebyron))
8+
9+
#### :memo: Documentation
10+
11+
* `react-scripts`
12+
13+
* [#4197](https://github.com/facebook/create-react-app/pull/4197) Add troubleshooting for Github Pages. ([@xnt](https://github.com/xnt))
14+
15+
#### Committers: 2
16+
- Lee Byron ([leebyron](https://github.com/leebyron))
17+
- Vicente Plata ([xnt](https://github.com/xnt))
18+
19+
### Migrating from 1.1.1 to 1.1.2
20+
21+
Inside any created project that has not been ejected, run:
22+
23+
```
24+
npm install --save --save-exact react-scripts@1.1.2
25+
```
26+
27+
or
28+
29+
```
30+
yarn add --exact react-scripts@1.1.2
31+
```
32+
133
## 1.1.1 (February 2, 2018)
234

335
#### :bug: Bug Fix

0 commit comments

Comments
 (0)