Skip to content

Commit

Permalink
chore(release): 3.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.12.0](v3.11.1...v3.12.0) (2023-10-05)

### Bug Fixes

* correct the documentation for formRender action clear() ([21c206a](21c206a))
* 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](01ca0fa))

### Features

* Remove Internet Explorer from the supported browser list. It is no longer part of Browserslist >1% ([6c2e23f](6c2e23f))
  • Loading branch information
semantic-release-bot committed Oct 5, 2023
1 parent f132f55 commit 0533a19
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 0533a19

Please sign in to comment.