From 9c06f0322713860e7d2ab72fe249a627d806d3ce Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 May 2019 15:28:34 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/zopaUK/react-components/compare/v1.0.0...v1.0.1) (2019-05-23) ### Bug Fixes * **website:** fix types forwardRefs and function ([0de84a2](https://github.com/zopaUK/react-components/commit/0de84a2)) * **website:** fix types forwardRefs and function ([#5](https://github.com/zopaUK/react-components/issues/5)) ([0c08daa](https://github.com/zopaUK/react-components/commit/0c08daa)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35aacacff..40ae9d2ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.1](https://github.com/zopaUK/react-components/compare/v1.0.0...v1.0.1) (2019-05-23) + + +### Bug Fixes + +* **website:** fix types forwardRefs and function ([0de84a2](https://github.com/zopaUK/react-components/commit/0de84a2)) +* **website:** fix types forwardRefs and function ([#5](https://github.com/zopaUK/react-components/issues/5)) ([0c08daa](https://github.com/zopaUK/react-components/commit/0c08daa)) + # 1.0.0 (2019-05-22) diff --git a/package.json b/package.json index 00949e950..50512e9fa 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.0.0", + "version": "1.0.1", "license": "MIT", "author": "Zopa Ltd (https://zopa.com)", "main": "dist/index.js",