diff --git a/CHANGELOG.md b/CHANGELOG.md index 288596af3..cc7c66bcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 224b6e02b..d3b0cc7ba 100755 --- a/package.json +++ b/package.json @@ -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": {