Skip to content

Commit d82864b

Browse files
committed
chore(release): 0.4.0
1 parent 4f7774a commit d82864b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.4.0](https://github.com/forminator/react-wire/compare/v0.3.3...v0.4.0) (2021-02-27)
6+
7+
### Features
8+
9+
- **fns-wire:** support rewiring ([#30](https://github.com/forminator/react-wire/issues/30)) ([f3d211a](https://github.com/forminator/react-wire/commit/f3d211aa398408b45b014f7aa8c1877af38360f7))
10+
- **interceptor:** support rewiring ([#29](https://github.com/forminator/react-wire/issues/29)) ([625a34e](https://github.com/forminator/react-wire/commit/625a34e49b7f271de7855ab0580aae6a688abf03))
11+
- **selector:** support dependencies ([#32](https://github.com/forminator/react-wire/issues/32)) ([30771a8](https://github.com/forminator/react-wire/commit/30771a8d87aef9bfe17515b2494370f0f2915f29))
12+
- **state-wire:** support rewiring ([#28](https://github.com/forminator/react-wire/issues/28)) ([382efc6](https://github.com/forminator/react-wire/commit/382efc6f8453fc364730141563738eaaf31880e8))
13+
514
### [0.3.3](https://github.com/forminator/react-wire/compare/v0.3.2...v0.3.3) (2020-11-10)
615

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

0 commit comments

Comments
 (0)