Skip to content

Commit a046733

Browse files
chore(release): 3.0.4 [skip ci]
## [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)
1 parent 4cd5a24 commit a046733

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.0.4](https://github.com/Draggable/formeo/compare/v3.0.3...v3.0.4) (2024-11-26)
2+
3+
4+
### Bug Fixes
5+
6+
* formData not correctly parsed ([cec4935](https://github.com/Draggable/formeo/commit/cec4935ceeeab46a183ce642ad36ac8992d463c6))
7+
* uncaught error when elements not defined ([4cd5a24](https://github.com/Draggable/formeo/commit/4cd5a24899c468d3cd7b256f98af03a010b41d74)), closes [#377](https://github.com/Draggable/formeo/issues/377)
8+
19
## [3.0.3](https://github.com/Draggable/formeo/compare/v3.0.2...v3.0.3) (2024-11-21)
210

311

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formeo",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"type": "module",
55
"main": "dist/formeo.cjs.js",
66
"module": "dist/formeo.es.js",

0 commit comments

Comments
 (0)