Skip to content

Commit

Permalink
chore(release): 3.19.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.19.1](v3.19.0...v3.19.1) (2024-02-09)

### Bug Fixes

* do not remove valid empty userData from field data struct ([1e64c69](1e64c69))
* store result of trimmed values config to the sanitizedField ([1504849](1504849))
  • Loading branch information
semantic-release-bot committed Feb 9, 2024
1 parent eff6949 commit 9be72d3
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.19.1](https://github.com/kevinchappell/formBuilder/compare/v3.19.0...v3.19.1) (2024-02-09)


### Bug Fixes

* do not remove valid empty userData from field data struct ([1e64c69](https://github.com/kevinchappell/formBuilder/commit/1e64c691de680909c3b09e380f83ecb8a5e2ae2c))
* store result of trimmed values config to the sanitizedField ([1504849](https://github.com/kevinchappell/formBuilder/commit/1504849b910200a8cc054f1707247e1f3b70282c))

# [3.19.0](https://github.com/kevinchappell/formBuilder/compare/v3.18.0...v3.19.0) (2024-02-09)


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

0 comments on commit 9be72d3

Please sign in to comment.