Skip to content

Commit

Permalink
chore(release): 3.16.12 [skip ci]
Browse files Browse the repository at this point in the history
## [3.16.12](v3.16.11...v3.16.12) (2023-11-01)

### Bug Fixes

* ensure a default value is set for when rows exists but none have numerical indices ([e963748](e963748))
  • Loading branch information
semantic-release-bot committed Nov 1, 2023
1 parent 20bd713 commit 10d80ea
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.12](https://github.com/kevinchappell/formBuilder/compare/v3.16.11...v3.16.12) (2023-11-01)


### Bug Fixes

* ensure a default value is set for when rows exists but none have numerical indices ([e963748](https://github.com/kevinchappell/formBuilder/commit/e96374833e549c6ca9bfc9acd90d225939b25f3e))

## [3.16.11](https://github.com/kevinchappell/formBuilder/compare/v3.16.10...v3.16.11) (2023-11-01)


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

0 comments on commit 10d80ea

Please sign in to comment.