From e1b589b7f4e0c097e7a0bbf866397eb5ad23e0de Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 8 Dec 2019 22:19:21 +0000 Subject: [PATCH] chore(release): 0.5.3 [skip ci] ## [0.5.3](https://github.com/cchanxzy/react-currency-input-field/compare/v0.5.2...v0.5.3) (2019-12-08) ### Bug Fixes * update dependencies ([#22](https://github.com/cchanxzy/react-currency-input-field/issues/22)) ([80e6688](https://github.com/cchanxzy/react-currency-input-field/commit/80e6688d59b1c783db402d0bdc8294080ed4ba43)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 723624e..3b72224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.5.3](https://github.com/cchanxzy/react-currency-input-field/compare/v0.5.2...v0.5.3) (2019-12-08) + + +### Bug Fixes + +* update dependencies ([#22](https://github.com/cchanxzy/react-currency-input-field/issues/22)) ([80e6688](https://github.com/cchanxzy/react-currency-input-field/commit/80e6688d59b1c783db402d0bdc8294080ed4ba43)) + ## [0.5.2](https://github.com/cchanxzy/react-currency-input-field/compare/v0.5.1...v0.5.2) (2019-12-01) diff --git a/package.json b/package.json index 1f41b8d..dc0f249 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-currency-input-field", - "version": "0.5.2", + "version": "0.5.3", "description": "React input field component for currency and numbers", "files": [ "dist/**/*"