diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a2c98e3f..e47cbb427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.16.11](https://github.com/kevinchappell/formBuilder/compare/v3.16.10...v3.16.11) (2023-11-01) + + +### Bug Fixes + +* For input[type=checkbox], no selection should result in an empty userData otherwise there is no ability to save state when default selected checkboxes are all unchecked ([2744a68](https://github.com/kevinchappell/formBuilder/commit/2744a6840a47771486fbdfd3bd05ea0432bfa2f6)) + ## [3.16.10](https://github.com/kevinchappell/formBuilder/compare/v3.16.9...v3.16.10) (2023-10-31) diff --git a/package-lock.json b/package-lock.json index 3e677bc2f..d97497082 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "formBuilder", - "version": "3.16.10", + "version": "3.16.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "formBuilder", - "version": "3.16.10", + "version": "3.16.11", "license": "MIT", "dependencies": { "jquery": ">=3.4.1", diff --git a/package.json b/package.json index 9a33106aa..8d37e2044 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "formBuilder", - "version": "3.16.10", + "version": "3.16.11", "main": "dist/form-builder.min.js", "homepage": "https://formbuilder.online/", "repository": {