From deef89a922e916464080f070aff115605629a93f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 24 Oct 2020 14:32:07 +0000 Subject: [PATCH] chore(release): 2.3.4 [skip ci] ## [2.3.4](https://github.com/cchanxzy/react-currency-input-field/compare/v2.3.3...v2.3.4) (2020-10-24) ### Bug Fixes * refactored isNumber function ([68640ff](https://github.com/cchanxzy/react-currency-input-field/commit/68640fffa8ef0b36c3f3a9d2bb93d6abfa4814f1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f509773..4dec87b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.4](https://github.com/cchanxzy/react-currency-input-field/compare/v2.3.3...v2.3.4) (2020-10-24) + + +### Bug Fixes + +* refactored isNumber function ([68640ff](https://github.com/cchanxzy/react-currency-input-field/commit/68640fffa8ef0b36c3f3a9d2bb93d6abfa4814f1)) + ## [2.3.3](https://github.com/cchanxzy/react-currency-input-field/compare/v2.3.2...v2.3.3) (2020-10-10) diff --git a/package.json b/package.json index 609a8c8..efe17bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-currency-input-field", - "version": "2.3.3", + "version": "2.3.4", "description": "React component for formatting currency and numbers.", "files": [ "dist/**/*"