Skip to content

Commit a067fc0

Browse files
committed
Changelog, Readme updates for v0.12.1
1 parent e9dde65 commit a067fc0

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.12.1 (November 18, 2014)
2+
3+
### React Tools
4+
5+
* Types transform updated with latest support
6+
* jstransform version updated with improved ES6 transforms
7+
* Explicit Esprima dependency removed in favor of using Esprima information exported by jstransform
8+
9+
110
## 0.12.0 (October 28, 2014)
211

312
### React Core

README.md

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

3636
```html
3737
<!-- The core React library -->
38-
<script src="http://fb.me/react-0.12.0.js"></script>
38+
<script src="http://fb.me/react-0.12.1.js"></script>
3939
<!-- In-browser JSX transformer, remove when pre-compiling JSX. -->
40-
<script src="http://fb.me/JSXTransformer-0.12.0.js"></script>
40+
<script src="http://fb.me/JSXTransformer-0.12.1.js"></script>
4141
```
4242

43-
We've also built a [starter kit](http://facebook.github.io/react/downloads/react-0.12.0.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.
43+
We've also built a [starter kit](http://facebook.github.io/react/downloads/react-0.12.1.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.
4444

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

0 commit comments

Comments
 (0)