Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Aug 30, 2020
1 parent b7c8ff3 commit 3f169cc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.6.0](https://github.com/Draggable/formeo/compare/v1.5.0...v1.6.0) (2020-08-30)


### Bug Fixes

* formData loading ([86bfa3e](https://github.com/Draggable/formeo/commit/86bfa3e244fce342b7b562ce0cce4d4e79af7179))
* radio selected preview and unique id warning ([6a43466](https://github.com/Draggable/formeo/commit/6a43466f5f0b313d6c4c2ad511ebd46991557831))


### Features

* add Data.set callback ([b7c8ff3](https://github.com/Draggable/formeo/commit/b7c8ff398074647e65490baae4674164adf09e92))
* formData setter ([0534285](https://github.com/Draggable/formeo/commit/05342858c83cb65143e198f65d4ae8c26478ba38))

# [1.5.0](https://github.com/Draggable/formeo/compare/v1.4.0...v1.5.0) (2020-08-30)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formeo",
"version": "1.5.0",
"version": "1.6.0",
"main": "dist/formeo.min.js",
"files": [
"dist/*",
Expand Down

0 comments on commit 3f169cc

Please sign in to comment.