From 0533a19f9b81d0c12fff4b588606f13eb97da6b7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 Oct 2023 20:52:12 +0000 Subject: [PATCH] chore(release): 3.12.0 [skip ci] # [3.12.0](https://github.com/kevinchappell/formBuilder/compare/v3.11.1...v3.12.0) (2023-10-05) ### Bug Fixes * correct the documentation for formRender action clear() ([21c206a](https://github.com/kevinchappell/formBuilder/commit/21c206a7e82836dab0591d41b2d031e7993a9b40)) * Improve browserslist target from '> 1%' which has less than 80% global coverage, to 'defaults' which improves coverage to 85.4% global and is equivalent to '> 0.5%, last 2 versions, Firefox ESR, not dead' ([01ca0fa](https://github.com/kevinchappell/formBuilder/commit/01ca0fa5cae6038b1d086e60a47463f907c032a3)) ### Features * Remove Internet Explorer from the supported browser list. It is no longer part of Browserslist >1% ([6c2e23f](https://github.com/kevinchappell/formBuilder/commit/6c2e23f137419d1456b31c161b7d12e99f0d9114)) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8873beced..8ff848e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [3.12.0](https://github.com/kevinchappell/formBuilder/compare/v3.11.1...v3.12.0) (2023-10-05) + + +### Bug Fixes + +* correct the documentation for formRender action clear() ([21c206a](https://github.com/kevinchappell/formBuilder/commit/21c206a7e82836dab0591d41b2d031e7993a9b40)) +* Improve browserslist target from '> 1%' which has less than 80% global coverage, to 'defaults' which improves coverage to 85.4% global and is equivalent to '> 0.5%, last 2 versions, Firefox ESR, not dead' ([01ca0fa](https://github.com/kevinchappell/formBuilder/commit/01ca0fa5cae6038b1d086e60a47463f907c032a3)) + + +### Features + +* Remove Internet Explorer from the supported browser list. It is no longer part of Browserslist >1% ([6c2e23f](https://github.com/kevinchappell/formBuilder/commit/6c2e23f137419d1456b31c161b7d12e99f0d9114)) + ## [3.11.1](https://github.com/kevinchappell/formBuilder/compare/v3.11.0...v3.11.1) (2023-10-05) diff --git a/package-lock.json b/package-lock.json index 7cec7955a..be682fb7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "formBuilder", - "version": "3.11.1", + "version": "3.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "formBuilder", - "version": "3.11.1", + "version": "3.12.0", "license": "MIT", "dependencies": { "jquery": ">=3.4.1", diff --git a/package.json b/package.json index 50d69c9d4..ae77cd556 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "formBuilder", - "version": "3.11.1", + "version": "3.12.0", "main": "dist/form-builder.min.js", "homepage": "https://formbuilder.online/", "repository": {