Skip to content

Commit fb85a1e

Browse files
committed
Release v0.1.9
1 parent 375fb92 commit fb85a1e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## 0.1.9
4+
35
- Added
46
- Support for method-binding patterns e.g. `this.foo = this.foo.bind(this);`
57
- Support for multiple states in one `setState()` call

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-declassify",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "say goodbye to class components [EXPERIMENTAL]",
55
"keywords": [
66
"babel-plugin",

0 commit comments

Comments
 (0)