Skip to content

Commit

Permalink
chore(release): 3.0.7 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.7](v3.0.6...v3.0.7) (2024-11-27)

### Bug Fixes

* form does not load after DomCententLoaded event has been fired ([33d0fc4](33d0fc4))
  • Loading branch information
semantic-release-bot committed Nov 27, 2024
1 parent 33d0fc4 commit 4ec8600
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.0.7](https://github.com/Draggable/formeo/compare/v3.0.6...v3.0.7) (2024-11-27)


### Bug Fixes

* form does not load after DomCententLoaded event has been fired ([33d0fc4](https://github.com/Draggable/formeo/commit/33d0fc44ce62f5e695a4690cbb61a7f9784744d7))

## [3.0.6](https://github.com/Draggable/formeo/compare/v3.0.5...v3.0.6) (2024-11-26)


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": "formeo",
"version": "3.0.6",
"version": "3.0.7",
"type": "module",
"main": "dist/formeo.cjs.js",
"module": "dist/formeo.es.js",
Expand Down

0 comments on commit 4ec8600

Please sign in to comment.