|
1 | 1 | ## 0.9.0 (February 11, 2017)
|
2 | 2 |
|
| 3 | +Thanks to [@Timer](https://github.com/timer) for cutting this release. |
| 4 | + |
3 | 5 | #### :rocket: New Feature
|
4 | 6 |
|
5 | 7 | * `react-scripts`
|
@@ -164,6 +166,8 @@ If you relied on the browser not starting in non-interactive terminals, you now
|
164 | 166 |
|
165 | 167 | ## 0.8.5 (January 9, 2017)
|
166 | 168 |
|
| 169 | +Thanks to [@fson](https://github.com/fson) for cutting this release. |
| 170 | + |
167 | 171 | #### :bug: Bug Fix
|
168 | 172 | * `create-react-app`, `react-scripts`
|
169 | 173 | * [#1365](https://github.com/facebookincubator/create-react-app/pull/1365) Use yarnpkg alias to run Yarn. ([@fson](https://github.com/fson))
|
|
415 | 419 |
|
416 | 420 | ## 0.8.1 (December 4, 2016)
|
417 | 421 |
|
| 422 | +Thanks to [@fson](https://github.com/fson) for cutting this release. |
| 423 | + |
418 | 424 | #### :bug: Bug Fix
|
419 | 425 | * `react-scripts`
|
420 | 426 | * [#1149](https://github.com/facebookincubator/create-react-app/pull/1149) Fix incorrectly stubbing JavaScript files with a dot in the import path in tests. ([@fson](https://github.com/fson))
|
|
429 | 435 |
|
430 | 436 | ## 0.8.0 (December 3, 2016)
|
431 | 437 |
|
| 438 | +Thanks to [@fson](https://github.com/fson) for cutting this release. |
| 439 | + |
432 | 440 | #### :rocket: New Feature
|
433 | 441 | * `react-scripts`
|
434 | 442 | * [#944](https://github.com/facebookincubator/create-react-app/pull/944) Crash the build during CI whenever linter warnings are encountered. ([@excitement-engineer](https://github.com/excitement-engineer))
|
|
583 | 591 |
|
584 | 592 | ## 0.7.0 (October 22, 2016)
|
585 | 593 |
|
| 594 | +Thanks to [@fson](https://github.com/fson) for cutting this release. |
| 595 | +
|
586 | 596 | ### Build Dependency (`react-scripts`)
|
587 | 597 |
|
588 | 598 | * Updates Jest to [version 16.0](http://facebook.github.io/jest/blog/2016/10/03/jest-16.html), with an upgraded CLI, improved snapshot testing, new matchers and more. ([@chase](https://github.com/chase) in [#858](https://github.com/facebookincubator/create-react-app/pull/858))
|
|
0 commit comments