Skip to content

Commit 09aafb0

Browse files
gaearonromaindso
authored andcommitted
Add changelog for 1.0.5 (facebook#2329)
1 parent 62057e8 commit 09aafb0

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 1.0.5 (May 22, 2017)
2+
3+
#### :bug: Bug Fix
4+
* `react-dev-utils`, `react-scripts`
5+
6+
* [#2326](https://github.com/facebookincubator/create-react-app/pull/2326) Files in `public/` folder should not be requested through proxy. ([@gaearon](https://github.com/gaearon))
7+
8+
#### :nail_care: Enhancement
9+
* `react-dev-utils`
10+
11+
* [#2327](https://github.com/facebookincubator/create-react-app/pull/2327) Limit console warnings to 5 files at most. ([@gaearon](https://github.com/gaearon))
12+
13+
* `eslint-config-react-app`
14+
15+
* [#2325](https://github.com/facebookincubator/create-react-app/pull/2325) Allow declaring variables before use in a scope above. ([@gaearon](https://github.com/gaearon))
16+
17+
#### :house: Internal
18+
* `react-dev-utils`, `react-scripts`
19+
20+
* [#2320](https://github.com/facebookincubator/create-react-app/pull/2320) Remove unnecessary dependencies. ([@pmadar](https://github.com/pmadar))
21+
22+
#### Committers: 2
23+
- Dan Abramov ([gaearon](https://github.com/gaearon))
24+
- Pavol Madar ([pmadar](https://github.com/pmadar))
25+
126
## 1.0.4 (May 22, 2017)
227

328
#### :bug: Bug Fix

0 commit comments

Comments
 (0)