Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.3...v1.2.0) (2020-02-23)

### Bug Fixes

* Fixed conditional logic for CHECKBOX ([a521730](a521730))
* Fixed conditional logic for SELECT and RADIO ([45f2440](45f2440))

### Features

* Added ability to mark control as hidden ([106b4e8](106b4e8))
  • Loading branch information
semantic-release-bot committed Feb 23, 2020
1 parent e2da61b commit b0bac9d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.2.0](https://github.com/Draggable/formeo/compare/v1.1.3...v1.2.0) (2020-02-23)


### Bug Fixes

* Fixed conditional logic for CHECKBOX ([a521730](https://github.com/Draggable/formeo/commit/a5217302978b3f39a017f93fa238c43757e3cf68))
* Fixed conditional logic for SELECT and RADIO ([45f2440](https://github.com/Draggable/formeo/commit/45f24402cff13df215ec0f44d8461d832300adbd))


### Features

* Added ability to mark control as hidden ([106b4e8](https://github.com/Draggable/formeo/commit/106b4e844c200de52da0ba91c5f4df898feeb93f))

## [1.1.3](https://github.com/Draggable/formeo/compare/v1.1.2...v1.1.3) (2020-02-23)


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.1.3",
"version": "1.2.0",
"main": "dist/formeo.min.js",
"files": [
"dist/*",
Expand Down

0 comments on commit b0bac9d

Please sign in to comment.