Skip to content

Commit 590a589

Browse files
committed
chore(release): 0.3.1
1 parent 6190f18 commit 590a589

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
### [0.3.1](https://github.com/forminator/react-wire/compare/v0.3.0...v0.3.1) (2020-07-15)
6+
7+
### Features
8+
9+
- **state-wire:** add useSubscribe hook ([#19](https://github.com/forminator/react-wire/issues/19)) ([6190f18](https://github.com/forminator/react-wire/commit/6190f18a954ce63c0633e59efa2eaf09fb78870a))
10+
511
## [0.3.0](https://github.com/forminator/react-wire/compare/v0.2.5...v0.3.0) (2020-07-07)
612

713
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@forminator/react-wire",
33
"description": "connect react components with wire",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"license": "MIT",
66
"main": "lib/forminator-react-wire.js",
77
"unpkg": "dist/forminator-react-wire.js",

0 commit comments

Comments
 (0)