Skip to content

Commit

Permalink
chore(release): 3.16.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.16.3](v3.16.2...v3.16.3) (2023-10-19)

### Bug Fixes

* Configure JSDOM to load script tags injected into the dom by getScripts ([41c0b20](41c0b20))
* Ensure we load these files via https otherwise these controls cannot be loaded when running from file:// ([56602ff](56602ff))
* formBuilder.actions.setLang now returns a promise ([58ec7e5](58ec7e5))
* load css files that exist when testing ([ad8147a](ad8147a))
  • Loading branch information
semantic-release-bot committed Oct 19, 2023
1 parent 3a240ca commit a20501d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [3.16.3](https://github.com/kevinchappell/formBuilder/compare/v3.16.2...v3.16.3) (2023-10-19)


### Bug Fixes

* Configure JSDOM to load script tags injected into the dom by getScripts ([41c0b20](https://github.com/kevinchappell/formBuilder/commit/41c0b20a613f3cb790f48446d3da6313ee95d04e))
* Ensure we load these files via https otherwise these controls cannot be loaded when running from file:// ([56602ff](https://github.com/kevinchappell/formBuilder/commit/56602ffc1d3474c69a756a2eca45feb2bf51f2d0))
* formBuilder.actions.setLang now returns a promise ([58ec7e5](https://github.com/kevinchappell/formBuilder/commit/58ec7e54183226f739898d422bc863dfdd95aad5))
* load css files that exist when testing ([ad8147a](https://github.com/kevinchappell/formBuilder/commit/ad8147a9a533122a3cf4249adea1be23a74604db))

## [3.16.2](https://github.com/kevinchappell/formBuilder/compare/v3.16.1...v3.16.2) (2023-10-19)


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

0 comments on commit a20501d

Please sign in to comment.