Skip to content

Commit 06cad05

Browse files
committed
Changelog & Readme for v0.14.6
1 parent f305deb commit 06cad05

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.14.6 (January 6, 2015)
2+
3+
### React
4+
- Updated `fbjs` dependency to pick up change affecting handling of undefined document.
5+
6+
17
## 0.14.5 (December 29, 2015)
28

39
### React

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ The fastest way to get started is to serve JavaScript from the CDN (also availab
3737

3838
```html
3939
<!-- The core React library -->
40-
<script src="https://fb.me/react-0.14.5.js"></script>
40+
<script src="https://fb.me/react-0.14.6.js"></script>
4141
<!-- The ReactDOM Library -->
42-
<script src="https://fb.me/react-dom-0.14.5.js"></script>
42+
<script src="https://fb.me/react-dom-0.14.6.js"></script>
4343
```
4444

45-
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.
45+
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.
4646

4747
If you'd like to use [bower](http://bower.io), it's as easy as:
4848

0 commit comments

Comments
 (0)