Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.3.1...v3.0.0) (2024-11-19)

### Bug Fixes

* add missing properties ([6569a8e](6569a8e))
* remove unused conditions from formData ([d63cb9f](d63cb9f))

### Features

* add  to formData json ([8561857](8561857))
* generate a json schema from zod defnied schema ([1eb4985](1eb4985))

### BREAKING CHANGES

* adding a new key to formData could potentially break existing software that assumes only the old keys
  • Loading branch information
semantic-release-bot committed Nov 19, 2024
1 parent 74100ef commit f6ad0a2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [3.0.0](https://github.com/Draggable/formeo/compare/v2.3.1...v3.0.0) (2024-11-19)


### Bug Fixes

* add missing properties ([6569a8e](https://github.com/Draggable/formeo/commit/6569a8ee8a928d2ed75693e76a0ac93b6e35d062))
* remove unused conditions from formData ([d63cb9f](https://github.com/Draggable/formeo/commit/d63cb9f2922330bacad48141ee9e5a72cef67bed))


### Features

* add to formData json ([8561857](https://github.com/Draggable/formeo/commit/8561857d146ede24dbffa4d183f35e10e19e3458))
* generate a json schema from zod defnied schema ([1eb4985](https://github.com/Draggable/formeo/commit/1eb498599cae228306289b31e436511f59b72d7d))


### BREAKING CHANGES

* adding a new key to formData could potentially break existing software that assumes only the old keys

## [2.3.1](https://github.com/Draggable/formeo/compare/v2.3.0...v2.3.1) (2024-11-19)


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

0 comments on commit f6ad0a2

Please sign in to comment.