Skip to content

Commit

Permalink
Release v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoFBBraga committed May 18, 2020
1 parent 3d5566a commit 3e414a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.2 / 2020-05-18

* Renamed lifecycle methods to add the UNSAFE_ prefix in order to remove warnings in developer mode

## 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)]
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.1",
"version": "4.0.2",
"description": "Masked <input/> React component",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 3e414a7

Please sign in to comment.