Skip to content

Commit

Permalink
1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed May 1, 2015
1 parent c30e83f commit d3147a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### 1.2.6

* Fix autobinding on newly added methods for `createClass`-style classes

### 1.2.5

* Fix “React is not defined” error
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "react-hot-loader",
"version": "1.2.5",
"version": "1.2.6",
"description": "Tweak React components in real time.",
"main": "index.js",
"dependencies": {
"react-hot-api": "^0.4.3",
"react-hot-api": "^0.4.4",
"source-map": "0.1.40"
},
"peerDependencies": {
Expand Down

0 comments on commit d3147a2

Please sign in to comment.