Skip to content

Commit 0242d15

Browse files
chore(release): 3.3.2 [skip ci]
## [3.3.2](v3.3.1...v3.3.2) (2021-04-13) ### Bug Fixes * prevent cursor jumping when press delete key ([#155](#155)) ([242ec90](242ec90))
1 parent 242ec90 commit 0242d15

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.3.2](https://github.com/cchanxzy/react-currency-input-field/compare/v3.3.1...v3.3.2) (2021-04-13)
2+
3+
4+
### Bug Fixes
5+
6+
* prevent cursor jumping when press delete key ([#155](https://github.com/cchanxzy/react-currency-input-field/issues/155)) ([242ec90](https://github.com/cchanxzy/react-currency-input-field/commit/242ec908d6eb34b1767b21b21515d5ea25e3c80e))
7+
18
## [3.3.1](https://github.com/cchanxzy/react-currency-input-field/compare/v3.3.0...v3.3.1) (2021-03-21)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-currency-input-field",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "React <input/> component for formatting currency and numbers.",
55
"files": [
66
"dist/**/*"

0 commit comments

Comments
 (0)