Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.10.9...v3.0.0) (2018-11-07)

### Bug Fixes

* **labels:** html in xml labels breaks forms ([#858](#858)) ([ea29e79](ea29e79))

### BREAKING CHANGES

* **labels:** Existing forms created using xml dataType that have html labels will have their labels converted to text

Note: the next major release will drop xml support completely
  • Loading branch information
semantic-release-bot committed Nov 7, 2018
1 parent ea29e79 commit 54c1f69
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.0.0](https://github.com/kevinchappell/formBuilder/compare/v2.10.9...v3.0.0) (2018-11-07)


### Bug Fixes

* **labels:** html in xml labels breaks forms ([#858](https://github.com/kevinchappell/formBuilder/issues/858)) ([ea29e79](https://github.com/kevinchappell/formBuilder/commit/ea29e79))


### BREAKING CHANGES

* **labels:** Existing forms created using xml dataType that have html labels will have their labels converted to text

Note: the next major release will drop xml support completely

## [2.10.9](https://github.com/kevinchappell/formBuilder/compare/v2.10.8...v2.10.9) (2018-11-06)


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": "formBuilder",
"version": "2.10.9",
"version": "3.0.0",
"main": "dist/form-builder.min.js",
"homepage": "https://formbuilder.online/",
"repository": {
Expand Down

0 comments on commit 54c1f69

Please sign in to comment.