Skip to content

Commit

Permalink
Release v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Jan 26, 2018
1 parent db7335b commit efbb633
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 4.0.1 / 2018-01-26 🇦🇺

* Fix auto-fill scenarios by using data from `onChange` events [[#112]((https://github.com/insin/react-maskedinput/pull/112)]

* Fix wrong scope in `onPaste` event [[#108]((https://github.com/insin/react-maskedinput/pull/108)]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-maskedinput",
"version": "4.0.0",
"version": "4.0.1",
"description": "Masked <input/> React component",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit efbb633

Please sign in to comment.