Skip to content

Commit

Permalink
Version 0.0.2.
Browse files Browse the repository at this point in the history
- Adds compatibility with React 0.12.
  • Loading branch information
zenoamaro committed Nov 17, 2014
1 parent e5ce344 commit 7b0877e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

v0.0.2
------
- Compatible with React 0.12.

v0.0.1
------
- Initial version.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ More tasks are available on the [Makefile](Makefile):

Changelog
---------
#### v0.1.0
#### v0.0.2
- Compatible with React 0.12.

#### v0.0.1
- Initial version.

[Full changelog](CHANGELOG.md)
Expand Down
4 changes: 2 additions & 2 deletions dist/react-quill.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-quill",
"version": "0.0.1",
"version": "0.0.2",
"description": "The Quill rich-text editor as a React component.",
"author": "zenoamaro <zenoamaro@gmail.com>",
"homepage": "https://github.com/zenoamaro/react-quill",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
React-Quill 0.0.1
React-Quill 0.0.2
https://github.com/zenoamaro/react-quill
*/
module.exports = require('./component');
Expand Down

0 comments on commit 7b0877e

Please sign in to comment.