Skip to content

Commit 19fd2a8

Browse files
committed
chore(release): 0.3.2
1 parent 4e45fa6 commit 19fd2a8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

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

5+
### [0.3.2](https://github.com/forminator/react-wire/compare/v0.3.1...v0.3.2) (2020-10-19)
6+
7+
### Features
8+
9+
- **fns-wire:** accept null and undefined in useFn function ([#23](https://github.com/forminator/react-wire/issues/23)) ([4e45fa6](https://github.com/forminator/react-wire/commit/4e45fa600d174f21d837a647317e5a6487d93b17))
10+
11+
### Documentations
12+
13+
- fix useSubscribe doc in readme ([#21](https://github.com/forminator/react-wire/issues/21)) ([681ef09](https://github.com/forminator/react-wire/commit/681ef09c19399dc757755b309ebbf91e19b17787))
14+
- fix useSubscribe doc in readme ([#22](https://github.com/forminator/react-wire/issues/22)) ([8e8821d](https://github.com/forminator/react-wire/commit/8e8821d5e7ad7b383ac2cfd6dba731e92ce1be25))
15+
516
### [0.3.1](https://github.com/forminator/react-wire/compare/v0.3.0...v0.3.1) (2020-07-15)
617

718
### 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.1",
4+
"version": "0.3.2",
55
"license": "MIT",
66
"main": "lib/forminator-react-wire.js",
77
"unpkg": "dist/forminator-react-wire.js",

0 commit comments

Comments
 (0)