Skip to content

Commit 127fe13

Browse files
chore(release): 1.1.1 [skip ci]
## [1.1.1](v1.1.0...v1.1.1) (2019-06-01) ### Bug Fixes * cloned rows should have unique ID ([2e664c9](2e664c9)) * field ids for input groups ([fd27c65](fd27c65)) * label for attribute for cloned checkboxes ([1dacddc](1dacddc))
1 parent fd27c65 commit 127fe13

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.1.1](https://github.com/Draggable/formeo/compare/v1.1.0...v1.1.1) (2019-06-01)
2+
3+
4+
### Bug Fixes
5+
6+
* cloned rows should have unique ID ([2e664c9](https://github.com/Draggable/formeo/commit/2e664c9))
7+
* field ids for input groups ([fd27c65](https://github.com/Draggable/formeo/commit/fd27c65))
8+
* label for attribute for cloned checkboxes ([1dacddc](https://github.com/Draggable/formeo/commit/1dacddc))
9+
110
# [1.1.0](https://github.com/Draggable/formeo/compare/v1.0.13...v1.1.0) (2019-05-29)
211

312

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

0 commit comments

Comments
 (0)