diff --git a/CHANGELOG.md b/CHANGELOG.md index 220505e..f7509d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/vnguyen94/react-hook-form-paste/compare/v1.1.0...v1.2.0) (2021-06-03) + + +### Features + +* **radiogroup, textarea:** add controllerProps fields, add validation stories ([abd2964](https://github.com/vnguyen94/react-hook-form-paste/commit/abd29643b10cec8a6efa9f198de934525083435e)) + # [1.1.0](https://github.com/vnguyen94/react-hook-form-paste/compare/v1.0.0...v1.1.0) (2021-03-22) diff --git a/package.json b/package.json index 2a161f6..f6bc99b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hook-form-paste", - "version": "1.1.0", + "version": "1.2.0", "description": "simple declarative bindings for react-hook-form and Twilio React Paste components.", "main": "dist/index.js", "repository": {