Skip to content

Commit

Permalink
chore(main): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-radicalbit committed Jul 2, 2024
1 parent 045f1de commit 2a0c0c0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.2.0](https://github.com/radicalbit/formbit/compare/v1.1.0...v1.2.0) (2024-07-02)


### Features

* **all:** implement remove all ([#5](https://github.com/radicalbit/formbit/issues/5)) ([367506a](https://github.com/radicalbit/formbit/commit/367506a2b84d3f52edf3f0f2ebfc97de4e8a0e8d))
* forward metadata if not overwritten ([#4](https://github.com/radicalbit/formbit/issues/4)) ([bd4f1ff](https://github.com/radicalbit/formbit/commit/bd4f1ff86b983329b290fcaedc7cbd19e4fe0fe3))
* miscellaneous test ([#11](https://github.com/radicalbit/formbit/issues/11)) ([045f1de](https://github.com/radicalbit/formbit/commit/045f1de8efd132d0e76e9c3df1ad3ddfd12c6b41))
* update readme ([#8](https://github.com/radicalbit/formbit/issues/8)) ([21e032f](https://github.com/radicalbit/formbit/commit/21e032f2557a2ce79eba61e40b21b266ab47e9dc))


### Bug Fixes

* make successCallback and errorCallback management idempotent ([#7](https://github.com/radicalbit/formbit/issues/7)) ([0833b9a](https://github.com/radicalbit/formbit/commit/0833b9a7542a1db7010972c9cba85b46347f9591))

## [1.1.0](https://github.com/radicalbit/formbit/compare/v1.0.0...v1.1.0) (2024-06-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@radicalbit/formbit",
"version": "1.1.0",
"version": "1.2.0",
"description": "Lightweight state form library",
"author": "https://github.com/radicalbit",
"license": "MIT",
Expand Down

0 comments on commit 2a0c0c0

Please sign in to comment.