diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f9af68324..625071ffa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.14.6 (January 6, 2016) + +### React +- Updated `fbjs` dependency to pick up change affecting handling of undefined document. + + ## 0.14.5 (December 29, 2015) ### React diff --git a/README.md b/README.md index ae9f1723cc..19c788686d 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,12 @@ The fastest way to get started is to serve JavaScript from the CDN (also availab ```html - + - + ``` -We've also built a [starter kit](https://facebook.github.io/react/downloads/react-0.14.5.zip) which might be useful if this is your first time using React. It includes a webpage with an example of using React with live code. +We've also built a [starter kit](https://facebook.github.io/react/downloads/react-0.14.6.zip) which might be useful if this is your first time using React. It includes a webpage with an example of using React with live code. If you'd like to use [bower](http://bower.io), it's as easy as: