Skip to content

Commit b8d6149

Browse files
chore(release): 3.1.0 [skip ci]
# [3.1.0](v3.0.8...v3.1.0) (2024-11-27) ### Bug Fixes * sessionStorage formData ([76650e2](76650e2)) ### Features * add ability to test formData in demo ([0d6ec6a](0d6ec6a)) * add json editor to the demo ([83f9d8a](83f9d8a))
1 parent 76650e2 commit b8d6149

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [3.1.0](https://github.com/Draggable/formeo/compare/v3.0.8...v3.1.0) (2024-11-27)
2+
3+
4+
### Bug Fixes
5+
6+
* sessionStorage formData ([76650e2](https://github.com/Draggable/formeo/commit/76650e23e1fe7f857ceb1834b432a03a45cbee99))
7+
8+
9+
### Features
10+
11+
* add ability to test formData in demo ([0d6ec6a](https://github.com/Draggable/formeo/commit/0d6ec6a8abd7797954866a6188af4ac55f1d96bc))
12+
* add json editor to the demo ([83f9d8a](https://github.com/Draggable/formeo/commit/83f9d8a02be0e8a38bfd339c8e85aa3154aee693))
13+
114
## [3.0.8](https://github.com/Draggable/formeo/compare/v3.0.7...v3.0.8) (2024-11-27)
215

316

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

0 commit comments

Comments
 (0)