Skip to content

Commit 3e414a7

Browse files
Release v4.0.2
1 parent 3d5566a commit 3e414a7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.2 / 2020-05-18
2+
3+
* Renamed lifecycle methods to add the UNSAFE_ prefix in order to remove warnings in developer mode
4+
15
## 4.0.1 / 2018-01-26 🇦🇺
26

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-maskedinput",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Masked <input/> React component",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)