Skip to content

Commit

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

### Bug Fixes

* formData may contain HTML (eg Labels), need to escape for all dataTypes before adding into the code element. JSON is invalid if copy-paste from showData dialog ([c6f89d1](c6f89d1))
  • Loading branch information
semantic-release-bot committed Oct 5, 2023
1 parent 32eb558 commit 8f88df2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.12.2](https://github.com/kevinchappell/formBuilder/compare/v3.12.1...v3.12.2) (2023-10-05)


### Bug Fixes

* formData may contain HTML (eg Labels), need to escape for all dataTypes before adding into the code element. JSON is invalid if copy-paste from showData dialog ([c6f89d1](https://github.com/kevinchappell/formBuilder/commit/c6f89d1847c4dbd4a80c6ad2b43332f1f4e01ded))

## [3.12.1](https://github.com/kevinchappell/formBuilder/compare/v3.12.0...v3.12.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.12.1",
"version": "3.12.2",
"main": "dist/form-builder.min.js",
"homepage": "https://formbuilder.online/",
"repository": {
Expand Down

0 comments on commit 8f88df2

Please sign in to comment.