From 54c1f6999347c6b1f892bc2f4e2c601da55441a2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Nov 2018 01:11:52 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [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 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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": {