Skip to content

Commit

Permalink
chore(release): 3.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.1](v3.1.0...v3.1.1) (2024-12-30)

### Bug Fixes

* dynamic import breaking build ([66e657d](66e657d))
* textarea value not saved/rendered ([80e0e8a](80e0e8a)), closes [#388](#388)
  • Loading branch information
semantic-release-bot committed Dec 30, 2024
1 parent 66e657d commit e060c23
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.1.1](https://github.com/Draggable/formeo/compare/v3.1.0...v3.1.1) (2024-12-30)


### Bug Fixes

* dynamic import breaking build ([66e657d](https://github.com/Draggable/formeo/commit/66e657dc518a24d154b89aaeaa7f73e82808c307))
* textarea value not saved/rendered ([80e0e8a](https://github.com/Draggable/formeo/commit/80e0e8addc12f31c8e3e539ceae082067f505921)), closes [#388](https://github.com/Draggable/formeo/issues/388)

# [3.1.0](https://github.com/Draggable/formeo/compare/v3.0.8...v3.1.0) (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.1.0",
"version": "3.1.1",
"type": "module",
"main": "dist/formeo.cjs.js",
"module": "dist/formeo.es.js",
Expand Down

0 comments on commit e060c23

Please sign in to comment.