Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.0...v1.5.0) (2020-08-30)

### Features

* allow "checked" condition to be set ([1df926f](1df926f))
* evaluate conditions on init ([bb5a08f](bb5a08f))
* remove required attribute from fields if hidden due to condition ([dfb6e62](dfb6e62))
  • Loading branch information
semantic-release-bot committed Aug 30, 2020
1 parent bb5a08f commit 22ed800
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.5.0](https://github.com/Draggable/formeo/compare/v1.4.0...v1.5.0) (2020-08-30)


### Features

* allow "checked" condition to be set ([1df926f](https://github.com/Draggable/formeo/commit/1df926f5c62af196ce6c92ff5f574223d6f8e9c0))
* evaluate conditions on init ([bb5a08f](https://github.com/Draggable/formeo/commit/bb5a08f7554ac7b97c2c746f2fdbeca3caf90628))
* remove required attribute from fields if hidden due to condition ([dfb6e62](https://github.com/Draggable/formeo/commit/dfb6e622b04cf17cb77dc0e51f0feb9ac1cd0499))

# [1.4.0](https://github.com/Draggable/formeo/compare/v1.3.0...v1.4.0) (2020-03-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.4.0",
"version": "1.5.0",
"main": "dist/formeo.min.js",
"files": [
"dist/*",
Expand Down

0 comments on commit 22ed800

Please sign in to comment.