Skip to content

Commit 43026d6

Browse files
chore(release): 4.2.1 [skip ci]
## [4.2.1](v4.2.0...v4.2.1) (2025-11-13) ### Bug Fixes * ensure all promises resolve before init, loader no longer experimental ([5511592](5511592)) * loadResources, multiple tooltip dom ([0a87b4a](0a87b4a)) * svg icon fetching ([9157574](9157574))
1 parent 64eb6f7 commit 43026d6

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.2.1](https://github.com/Draggable/formeo/compare/v4.2.0...v4.2.1) (2025-11-13)
2+
3+
4+
### Bug Fixes
5+
6+
* ensure all promises resolve before init, loader no longer experimental ([5511592](https://github.com/Draggable/formeo/commit/5511592b4f4d608f031cd96be36de6eab1452812))
7+
* loadResources, multiple tooltip dom ([0a87b4a](https://github.com/Draggable/formeo/commit/0a87b4a695b1a606aab1da479c30b650991c777e))
8+
* svg icon fetching ([9157574](https://github.com/Draggable/formeo/commit/9157574fc24a41b851c11aa1f529d348392d41fc))
9+
110
# [4.2.0](https://github.com/Draggable/formeo/compare/v4.1.4...v4.2.0) (2025-11-12)
211

312

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": "4.2.0",
3+
"version": "4.2.1",
44
"type": "module",
55
"main": "dist/formeo.cjs.js",
66
"module": "dist/formeo.es.js",

0 commit comments

Comments
 (0)