Skip to content

Commit 0ca7e49

Browse files
committed
chore(release): 0.3.3
1 parent 27bde76 commit 0ca7e49

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.3](https://github.com/forminator/react-wire/compare/v0.3.2...v0.3.3) (2020-11-10)
6+
7+
### Features
8+
9+
- **state-wire:** emit update only when the value is changed ([#25](https://github.com/forminator/react-wire/issues/25)) ([0ddb999](https://github.com/forminator/react-wire/commit/0ddb9995581b99fb113afc2b67a5b278e30970e9))
10+
11+
### Bug Fixes
12+
13+
- support fast-refresh ([#26](https://github.com/forminator/react-wire/issues/26)) ([369d7dd](https://github.com/forminator/react-wire/commit/369d7dde0e8ca8a302e265abef055694af37ee90))
14+
- update dependencies ([#24](https://github.com/forminator/react-wire/issues/24)) ([7b30e0e](https://github.com/forminator/react-wire/commit/7b30e0e1ad31dc220e4cbdd95924763cfda231cc))
15+
516
### [0.3.2](https://github.com/forminator/react-wire/compare/v0.3.1...v0.3.2) (2020-10-19)
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.2",
4+
"version": "0.3.3",
55
"license": "MIT",
66
"main": "lib/forminator-react-wire.js",
77
"unpkg": "dist/forminator-react-wire.js",

0 commit comments

Comments
 (0)