Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jun 1, 2019
1 parent fd27c65 commit 127fe13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.1.1](https://github.com/Draggable/formeo/compare/v1.1.0...v1.1.1) (2019-06-01)


### Bug Fixes

* cloned rows should have unique ID ([2e664c9](https://github.com/Draggable/formeo/commit/2e664c9))
* field ids for input groups ([fd27c65](https://github.com/Draggable/formeo/commit/fd27c65))
* label for attribute for cloned checkboxes ([1dacddc](https://github.com/Draggable/formeo/commit/1dacddc))

# [1.1.0](https://github.com/Draggable/formeo/compare/v1.0.13...v1.1.0) (2019-05-29)


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

0 comments on commit 127fe13

Please sign in to comment.