Commit 0e745391 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Add release cutters to changelog

parent c8644e29
Showing with 10 additions and 0 deletions
+10 -0
## 0.9.0 (February 11, 2017) ## 0.9.0 (February 11, 2017)
Thanks to [@Timer](https://github.com/timer) for cutting this release.
#### :rocket: New Feature #### :rocket: New Feature
* `react-scripts` * `react-scripts`
...@@ -164,6 +166,8 @@ If you relied on the browser not starting in non-interactive terminals, you now ...@@ -164,6 +166,8 @@ If you relied on the browser not starting in non-interactive terminals, you now
## 0.8.5 (January 9, 2017) ## 0.8.5 (January 9, 2017)
Thanks to [@fson](https://github.com/fson) for cutting this release.
#### :bug: Bug Fix #### :bug: Bug Fix
* `create-react-app`, `react-scripts` * `create-react-app`, `react-scripts`
* [#1365](https://github.com/facebookincubator/create-react-app/pull/1365) Use yarnpkg alias to run Yarn. ([@fson](https://github.com/fson)) * [#1365](https://github.com/facebookincubator/create-react-app/pull/1365) Use yarnpkg alias to run Yarn. ([@fson](https://github.com/fson))
...@@ -415,6 +419,8 @@ npm install --save-dev --save-exact react-scripts@0.8.2 ...@@ -415,6 +419,8 @@ npm install --save-dev --save-exact react-scripts@0.8.2
## 0.8.1 (December 4, 2016) ## 0.8.1 (December 4, 2016)
Thanks to [@fson](https://github.com/fson) for cutting this release.
#### :bug: Bug Fix #### :bug: Bug Fix
* `react-scripts` * `react-scripts`
* [#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)) * [#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,6 +435,8 @@ npm install --save-dev --save-exact react-scripts@0.8.1 ...@@ -429,6 +435,8 @@ npm install --save-dev --save-exact react-scripts@0.8.1
## 0.8.0 (December 3, 2016) ## 0.8.0 (December 3, 2016)
Thanks to [@fson](https://github.com/fson) for cutting this release.
#### :rocket: New Feature #### :rocket: New Feature
* `react-scripts` * `react-scripts`
* [#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)) * [#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,6 +591,8 @@ npm install --save-dev --save-exact react-scripts@0.8.0 ...@@ -583,6 +591,8 @@ npm install --save-dev --save-exact react-scripts@0.8.0
## 0.7.0 (October 22, 2016) ## 0.7.0 (October 22, 2016)
Thanks to [@fson](https://github.com/fson) for cutting this release.
### Build Dependency (`react-scripts`) ### Build Dependency (`react-scripts`)
* 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)) * 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))
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment