diff --git a/CHANGELOG.md b/CHANGELOG.md index af79ee19a..6584f8718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/zopaUK/react-components/compare/v1.1.3...v1.2.0) (2019-07-01) + + +### Features + +* **textinput:** forward ref ([cce239b](https://github.com/zopaUK/react-components/commit/cce239b)) + ## [1.1.3](https://github.com/zopaUK/react-components/compare/v1.1.2...v1.1.3) (2019-06-21) diff --git a/package.json b/package.json index 9295a7cab..5e08cd26b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@zopauk/react-components", "sideEffects": false, "description": "Shared react styled components for all the Zopa projects.", - "version": "1.1.3", + "version": "1.2.0", "license": "MIT", "author": "Zopa Ltd (https://zopa.com)", "main": "dist/index.js",