diff --git a/CHANGELOG.md b/CHANGELOG.md index d46ca42f..c69c8e45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.2.0](https://github.com/formsy/formsy-react/compare/v2.1.0...v2.2.0) + +> 27 August 2020 + +- Revalidate form when dynamic inputs are added, fixes #550 [`#551`](https://github.com/formsy/formsy-react/pull/551) +- Pass submit event to onSubmitX methods, closes #549 [`#552`](https://github.com/formsy/formsy-react/pull/552) +- Move build to use tsdx [`#547`](https://github.com/formsy/formsy-react/pull/547) +- Revalidate form when dynamic inputs are added, fixes #550 (#551) [`#550`](https://github.com/formsy/formsy-react/issues/550) [`#550`](https://github.com/formsy/formsy-react/issues/550) +- Pass submit event to onSubmitX methods, closes #549 (#552) [`#549`](https://github.com/formsy/formsy-react/issues/549) +- Remove travis [`698f794`](https://github.com/formsy/formsy-react/commit/698f794d96dcfa0421210fe44adec4b55149653d) +- Add Coverage to github actions [`12a2871`](https://github.com/formsy/formsy-react/commit/12a28717d0fc379faa14549f9645cb033b91a94a) +- Change build badge [`1670a56`](https://github.com/formsy/formsy-react/commit/1670a56ef72331caade19045721a5c6bd0fcdb38) + #### [v2.1.0](https://github.com/formsy/formsy-react/compare/v2.0.3...v2.1.0) > 27 July 2020 diff --git a/package.json b/package.json index 6c9238e7..515030f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "formsy-react", - "version": "2.2.0", + "version": "2.2.1", "description": "A form input builder and validator for React", "keywords": [ "form",