Skip to content

Commit 5fe2d17

Browse files
committed
chore(release): 0.4.1
1 parent 79718a9 commit 5fe2d17

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.4.1](https://github.com/forminator/react-wire/compare/v0.4.0...v0.4.1) (2021-03-08)
6+
7+
### Features
8+
9+
- export selector options types ([#37](https://github.com/forminator/react-wire/issues/37)) ([79718a9](https://github.com/forminator/react-wire/commit/79718a9aff51f93886da1fd6b5be02d69c3491a2))
10+
511
## [0.4.0](https://github.com/forminator/react-wire/compare/v0.3.3...v0.4.0) (2021-02-27)
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.0",
4+
"version": "0.4.1",
55
"license": "MIT",
66
"main": "lib/forminator-react-wire.js",
77
"unpkg": "dist/forminator-react-wire.js",

0 commit comments

Comments
 (0)