Skip to content

Commit 9c98d66

Browse files
committed
chore(release): 0.4.2
1 parent bc49ae4 commit 9c98d66

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

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.4.2](https://github.com/forminator/react-wire/compare/v0.4.1...v0.4.2) (2021-04-14)
6+
7+
### Bug Fixes
8+
9+
- export isDefined and Defined ([#39](https://github.com/forminator/react-wire/issues/39)) ([bc49ae4](https://github.com/forminator/react-wire/commit/bc49ae4ebd60ed6583694b789975c613faaf2e68))
10+
511
### [0.4.1](https://github.com/forminator/react-wire/compare/v0.4.0...v0.4.1) (2021-03-08)
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.4.1",
4+
"version": "0.4.2",
55
"license": "MIT",
66
"main": "lib/forminator-react-wire.js",
77
"unpkg": "dist/forminator-react-wire.js",

0 commit comments

Comments
 (0)