Skip to content

Commit b0bac9d

Browse files
chore(release): 1.2.0 [skip ci]
# [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))
1 parent e2da61b commit b0bac9d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.2.0](https://github.com/Draggable/formeo/compare/v1.1.3...v1.2.0) (2020-02-23)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed conditional logic for CHECKBOX ([a521730](https://github.com/Draggable/formeo/commit/a5217302978b3f39a017f93fa238c43757e3cf68))
7+
* Fixed conditional logic for SELECT and RADIO ([45f2440](https://github.com/Draggable/formeo/commit/45f24402cff13df215ec0f44d8461d832300adbd))
8+
9+
10+
### Features
11+
12+
* Added ability to mark control as hidden ([106b4e8](https://github.com/Draggable/formeo/commit/106b4e844c200de52da0ba91c5f4df898feeb93f))
13+
114
## [1.1.3](https://github.com/Draggable/formeo/compare/v1.1.2...v1.1.3) (2020-02-23)
215

316

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.1.3",
3+
"version": "1.2.0",
44
"main": "dist/formeo.min.js",
55
"files": [
66
"dist/*",

0 commit comments

Comments
 (0)