From fb2217f7e8f40159accf73b3c1a658cd16b81c8b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Nov 2018 09:08:43 +0000 Subject: [PATCH] chore(release): 2.10.7 [skip ci] ## [2.10.7](https://github.com/kevinchappell/formBuilder/compare/v2.10.6...v2.10.7) (2018-11-06) ### Bug Fixes * **cd:** update travis config and deploy script ([ac03283](https://github.com/kevinchappell/formBuilder/commit/ac03283)) * **formData:** formData getter not working ([235b77e](https://github.com/kevinchappell/formBuilder/commit/235b77e)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 237923aa7..dc55c19fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.10.7](https://github.com/kevinchappell/formBuilder/compare/v2.10.6...v2.10.7) (2018-11-06) + + +### Bug Fixes + +* **cd:** update travis config and deploy script ([ac03283](https://github.com/kevinchappell/formBuilder/commit/ac03283)) +* **formData:** formData getter not working ([235b77e](https://github.com/kevinchappell/formBuilder/commit/235b77e)) + ## [2.10.6](https://github.com/kevinchappell/formBuilder/compare/v2.10.5...v2.10.6) (2018-11-06) diff --git a/package.json b/package.json index fbef8acb5..d4b98db72 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "formBuilder", - "version": "2.10.6", + "version": "2.10.7", "main": "dist/form-builder.min.js", "homepage": "https://formbuilder.online/", "repository": {