Skip to content

Commit

Permalink
chore(release): 3.16.7 [skip ci]
Browse files Browse the repository at this point in the history
## [3.16.7](v3.16.6...v3.16.7) (2023-10-30)

### Bug Fixes

* convert raw HTML strings received from control.build() into HTMLElement(s) to ensure processClassName() can strip bootstrap classes ([03e657f](03e657f))
  • Loading branch information
semantic-release-bot committed Oct 30, 2023
1 parent 3dc0936 commit 477f7ca
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.16.7](https://github.com/kevinchappell/formBuilder/compare/v3.16.6...v3.16.7) (2023-10-30)


### Bug Fixes

* convert raw HTML strings received from control.build() into HTMLElement(s) to ensure processClassName() can strip bootstrap classes ([03e657f](https://github.com/kevinchappell/formBuilder/commit/03e657f6d90cf58ab63d340258f1a4aa7b08c30f))

## [3.16.6](https://github.com/kevinchappell/formBuilder/compare/v3.16.5...v3.16.6) (2023-10-30)


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

0 comments on commit 477f7ca

Please sign in to comment.