From a067fc0feef9e8b02cc3e9331360c57082afea19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 18 Nov 2014 09:24:36 +0100 Subject: [PATCH] Changelog, Readme updates for v0.12.1 --- CHANGELOG.md | 9 +++++++++ README.md | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d792d6de7eba4..3284aec191c09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.12.1 (November 18, 2014) + +### React Tools + +* Types transform updated with latest support +* jstransform version updated with improved ES6 transforms +* Explicit Esprima dependency removed in favor of using Esprima information exported by jstransform + + ## 0.12.0 (October 28, 2014) ### React Core diff --git a/README.md b/README.md index 24bba279b6428..9f4d89e35c643 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,12 @@ The fastest way to get started is to serve JavaScript from the CDN (also availab ```html - + - + ``` -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. +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. If you'd like to use [bower](http://bower.io), it's as easy as: