Skip to content

Commit 3f169cc

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.0...v1.6.0) (2020-08-30) ### Bug Fixes * formData loading ([86bfa3e](86bfa3e)) * radio selected preview and unique id warning ([6a43466](6a43466)) ### Features * add Data.set callback ([b7c8ff3](b7c8ff3)) * formData setter ([0534285](0534285))
1 parent b7c8ff3 commit 3f169cc

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.6.0](https://github.com/Draggable/formeo/compare/v1.5.0...v1.6.0) (2020-08-30)
2+
3+
4+
### Bug Fixes
5+
6+
* formData loading ([86bfa3e](https://github.com/Draggable/formeo/commit/86bfa3e244fce342b7b562ce0cce4d4e79af7179))
7+
* radio selected preview and unique id warning ([6a43466](https://github.com/Draggable/formeo/commit/6a43466f5f0b313d6c4c2ad511ebd46991557831))
8+
9+
10+
### Features
11+
12+
* add Data.set callback ([b7c8ff3](https://github.com/Draggable/formeo/commit/b7c8ff398074647e65490baae4674164adf09e92))
13+
* formData setter ([0534285](https://github.com/Draggable/formeo/commit/05342858c83cb65143e198f65d4ae8c26478ba38))
14+
115
# [1.5.0](https://github.com/Draggable/formeo/compare/v1.4.0...v1.5.0) (2020-08-30)
216

317

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formeo",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"main": "dist/formeo.min.js",
55
"files": [
66
"dist/*",

0 commit comments

Comments
 (0)