Skip to content

Commit 38436d0

Browse files
committed
chore(release): 0.6.0
1 parent e7cdd29 commit 38436d0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.6.0](https://github.com/forminator/react-wire/compare/v0.5.0...v0.6.0) (2022-09-18)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- change dist files and remove umd build
10+
11+
- use vite build system ([#70](https://github.com/forminator/react-wire/issues/70)) ([9a9dc90](https://github.com/forminator/react-wire/commit/9a9dc90bb4fb02646fec014bd63919021a4f0ef5))
12+
513
## [0.5.0](https://github.com/forminator/react-wire/compare/v0.5.0-alpha.1...v0.5.0) (2022-04-02)
614

715
## [0.5.0-alpha.1](https://github.com/forminator/react-wire/compare/v0.5.0-alpha.0...v0.5.0-alpha.1) (2022-02-07)

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.5.0",
4+
"version": "0.6.0",
55
"files": [
66
"src",
77
"dist",

0 commit comments

Comments
 (0)