Skip to content

Commit 9be72d3

Browse files
chore(release): 3.19.1 [skip ci]
## [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))
1 parent eff6949 commit 9be72d3

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.19.1](https://github.com/kevinchappell/formBuilder/compare/v3.19.0...v3.19.1) (2024-02-09)
2+
3+
4+
### Bug Fixes
5+
6+
* do not remove valid empty userData from field data struct ([1e64c69](https://github.com/kevinchappell/formBuilder/commit/1e64c691de680909c3b09e380f83ecb8a5e2ae2c))
7+
* store result of trimmed values config to the sanitizedField ([1504849](https://github.com/kevinchappell/formBuilder/commit/1504849b910200a8cc054f1707247e1f3b70282c))
8+
19
# [3.19.0](https://github.com/kevinchappell/formBuilder/compare/v3.18.0...v3.19.0) (2024-02-09)
210

311

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formBuilder",
3-
"version": "3.19.0",
3+
"version": "3.19.1",
44
"main": "dist/form-builder.min.js",
55
"homepage": "https://formbuilder.online/",
66
"repository": {

0 commit comments

Comments
 (0)