diff --git a/docs/_config.yml b/docs/_config.yml index 457897a4a2..2bd9d9494c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -4,7 +4,7 @@ name: React redcarpet: extensions: - fenced_code_blocks -react_version: 0.3.1 +react_version: 0.3.2 pygments: true exclude: - Gemfile diff --git a/docs/downloads.md b/docs/downloads.md index 71186f982b..e0e32dce85 100644 --- a/docs/downloads.md +++ b/docs/downloads.md @@ -37,6 +37,10 @@ $ npm install -g react-tools ## Release Notes +**0.3.2** Improve compatibility of JSX Transformer; make `react-tools` compatible with [browserify](https://github.com/substack/node-browserify) + +**0.3.1** Fix `react-tools` module + **0.3** Initial public release. **0.2** Standardize API & refactor component lifecycle. Normalize DOM interactions. diff --git a/package.json b/package.json index 83a028b639..7419eb060c 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,13 @@ { "name": "react-tools", - "version": "0.3.1", + "version": "0.3.2", "keywords": [ - "clientside" + "react", + "jsx", + "transformer", + "view" ], - "homepage": "https://facebook.github.io/react", + "homepage": "http://facebook.github.io/react", "bugs": "https://github.com/facebook/react/issues", "licenses": [ {