Skip to content

Commit

Permalink
chore(release): 3.9.16 [skip ci]
Browse files Browse the repository at this point in the history
## [3.9.16](v3.9.15...v3.9.16) (2023-09-12)

### Bug Fixes

* cleanup duplicate and invalid declarations ([d1f07e9](d1f07e9))
* ensure that input[type=number] cannot overflow the stage on narrow window ([38684f3](38684f3))
* Remove unused CSS ([c8da5e6](c8da5e6))
  • Loading branch information
semantic-release-bot committed Sep 12, 2023
1 parent dbc0230 commit 1020f3d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.9.16](https://github.com/kevinchappell/formBuilder/compare/v3.9.15...v3.9.16) (2023-09-12)


### Bug Fixes

* cleanup duplicate and invalid declarations ([d1f07e9](https://github.com/kevinchappell/formBuilder/commit/d1f07e973859f48a921975ec3da2febc31a6c814))
* ensure that input[type=number] cannot overflow the stage on narrow window ([38684f3](https://github.com/kevinchappell/formBuilder/commit/38684f3fc7193435591d5a1feb16766de14bfd46))
* Remove unused CSS ([c8da5e6](https://github.com/kevinchappell/formBuilder/commit/c8da5e667e368ab6f833b7088c96226a27d565a5))

## [3.9.15](https://github.com/kevinchappell/formBuilder/compare/v3.9.14...v3.9.15) (2023-09-12)


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

0 comments on commit 1020f3d

Please sign in to comment.