Skip to content

Commit

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

### Bug Fixes

* Setup of fallBack Sanitizer and processing of content when sanitizer is not enabled ([69c4a10](69c4a10))
  • Loading branch information
semantic-release-bot committed Oct 5, 2023
1 parent f6aa79f commit bd8ed75
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.4](https://github.com/kevinchappell/formBuilder/compare/v3.12.3...v3.12.4) (2023-10-05)


### Bug Fixes

* Setup of fallBack Sanitizer and processing of content when sanitizer is not enabled ([69c4a10](https://github.com/kevinchappell/formBuilder/commit/69c4a10a462d2ab27103cdb0eccda011c8e393fd))

## [3.12.3](https://github.com/kevinchappell/formBuilder/compare/v3.12.2...v3.12.3) (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.3",
"version": "3.12.4",
"main": "dist/form-builder.min.js",
"homepage": "https://formbuilder.online/",
"repository": {
Expand Down

0 comments on commit bd8ed75

Please sign in to comment.