Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Nov 27, 2024
1 parent 76650e2 commit b8d6149
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.1.0](https://github.com/Draggable/formeo/compare/v3.0.8...v3.1.0) (2024-11-27)


### Bug Fixes

* sessionStorage formData ([76650e2](https://github.com/Draggable/formeo/commit/76650e23e1fe7f857ceb1834b432a03a45cbee99))


### Features

* add ability to test formData in demo ([0d6ec6a](https://github.com/Draggable/formeo/commit/0d6ec6a8abd7797954866a6188af4ac55f1d96bc))
* add json editor to the demo ([83f9d8a](https://github.com/Draggable/formeo/commit/83f9d8a02be0e8a38bfd339c8e85aa3154aee693))

## [3.0.8](https://github.com/Draggable/formeo/compare/v3.0.7...v3.0.8) (2024-11-27)


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

0 comments on commit b8d6149

Please sign in to comment.