Skip to content

Commit

Permalink
chore(release): 3.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.4](v3.0.3...v3.0.4) (2024-11-26)

### Bug Fixes

* formData not correctly parsed ([cec4935](cec4935))
* uncaught error when elements not defined ([4cd5a24](4cd5a24)), closes [#377](#377)
  • Loading branch information
semantic-release-bot committed Nov 26, 2024
1 parent 4cd5a24 commit a046733
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.0.4](https://github.com/Draggable/formeo/compare/v3.0.3...v3.0.4) (2024-11-26)


### Bug Fixes

* formData not correctly parsed ([cec4935](https://github.com/Draggable/formeo/commit/cec4935ceeeab46a183ce642ad36ac8992d463c6))
* uncaught error when elements not defined ([4cd5a24](https://github.com/Draggable/formeo/commit/4cd5a24899c468d3cd7b256f98af03a010b41d74)), closes [#377](https://github.com/Draggable/formeo/issues/377)

## [3.0.3](https://github.com/Draggable/formeo/compare/v3.0.2...v3.0.3) (2024-11-21)


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

0 comments on commit a046733

Please sign in to comment.