diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a4fa81..a7c2265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.3](https://github.com/zabute/formsy-semantic-ui-react/compare/v2.2.2...v2.2.3) + +- fix: add input value type to generics in a less destructive place [`d8d01ae`](https://github.com/zabute/formsy-semantic-ui-react/commit/d8d01aed5964fa5e842a208830b05ebb69837265) + #### [v2.2.2](https://github.com/zabute/formsy-semantic-ui-react/compare/v2.2.1...v2.2.2) +> 9 November 2022 + - fix: add input value type to generics [`7584bf4`](https://github.com/zabute/formsy-semantic-ui-react/commit/7584bf44528bbb303a204e1174960d7613cbb32f) #### [v2.2.1](https://github.com/zabute/formsy-semantic-ui-react/compare/v2.2.0...v2.2.1) diff --git a/package.json b/package.json index 3b61be1..eab5ecd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "formsy-semantic-ui-react", - "version": "2.2.2", + "version": "2.2.3", "description": "Formsy-React wrappers for Semantic-Ui-React's form Components", "repository": { "type": "git",