Skip to content

Commit

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

### Bug Fixes

* helpers.clearFields no longer supports an animate flag, update calls to this function ([ec9aa51](ec9aa51))
* helpers.save() is called with and without minify being set, make false by default. Fix call to xmlSave which does not accept a minify parameter. Fix return type of helpers.save() ([41b10f0](41b10f0))
  • Loading branch information
semantic-release-bot committed Oct 5, 2023
1 parent 2da9838 commit 8f6f67d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.11.1](https://github.com/kevinchappell/formBuilder/compare/v3.11.0...v3.11.1) (2023-10-05)


### Bug Fixes

* helpers.clearFields no longer supports an animate flag, update calls to this function ([ec9aa51](https://github.com/kevinchappell/formBuilder/commit/ec9aa51eea27a2790e5603a2b607d2c8ea3826b3))
* helpers.save() is called with and without minify being set, make false by default. Fix call to xmlSave which does not accept a minify parameter. Fix return type of helpers.save() ([41b10f0](https://github.com/kevinchappell/formBuilder/commit/41b10f0511455b3e9e01c903d9996eba86065a54))

# [3.11.0](https://github.com/kevinchappell/formBuilder/compare/v3.10.6...v3.11.0) (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.0",
"version": "3.11.1",
"main": "dist/form-builder.min.js",
"homepage": "https://formbuilder.online/",
"repository": {
Expand Down

0 comments on commit 8f6f67d

Please sign in to comment.