Skip to content

Commit da0beaf

Browse files
committed
Update README and CHANGELOG for 0.14.8
1 parent 89ca6df commit da0beaf

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.14.8 (March 29, 2016)
2+
3+
### React
4+
- Fixed memory leak when rendering on the server
5+
16
## 0.14.7 (January 28, 2016)
27

38
### React

README.md

Lines changed: 3 additions & 3 deletions
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.7.js"></script>
40+
<script src="https://fb.me/react-0.14.8.js"></script>
4141
<!-- The ReactDOM Library -->
42-
<script src="https://fb.me/react-dom-0.14.7.js"></script>
42+
<script src="https://fb.me/react-dom-0.14.8.js"></script>
4343
```
4444

45-
We've also built a [starter kit](https://facebook.github.io/react/downloads/react-0.14.7.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.8.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)