From 9b5608111d1c498371d139801eb13c512c4c7b8c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 May 2020 09:56:32 +0000 Subject: [PATCH] chore(release): 0.10.0 [skip ci] # [0.10.0](https://github.com/cchanxzy/react-currency-input-field/compare/v0.9.0...v0.10.0) (2020-05-08) ### Features * can parse abbreviated values k, m, b ([f588dcf](https://github.com/cchanxzy/react-currency-input-field/commit/f588dcfdb09e15eb4cf08bd8b777e162f65010f7)) * updated examples ([6a2db92](https://github.com/cchanxzy/react-currency-input-field/commit/6a2db9215098ec4a6a3fc8207998576d46e915ce)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c688177..4246ba7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [0.10.0](https://github.com/cchanxzy/react-currency-input-field/compare/v0.9.0...v0.10.0) (2020-05-08) + + +### Features + +* can parse abbreviated values k, m, b ([f588dcf](https://github.com/cchanxzy/react-currency-input-field/commit/f588dcfdb09e15eb4cf08bd8b777e162f65010f7)) +* updated examples ([6a2db92](https://github.com/cchanxzy/react-currency-input-field/commit/6a2db9215098ec4a6a3fc8207998576d46e915ce)) + # [0.9.0](https://github.com/cchanxzy/react-currency-input-field/compare/v0.8.4...v0.9.0) (2020-05-08) diff --git a/package.json b/package.json index 3f6fae5..b5bd2ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-currency-input-field", - "version": "0.9.0", + "version": "0.10.0", "description": "React component for formatting currency and numbers.", "files": [ "dist/**/*"