From 3e414a7da86c42940ff1be85789ff95aa1133e72 Mon Sep 17 00:00:00 2001 From: Bernardo Date: Mon, 18 May 2020 12:27:29 -0300 Subject: [PATCH] Release v4.0.2 --- CHANGES.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c7a2410..0f27d22 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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)] diff --git a/package.json b/package.json index 635086f..aa110b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-maskedinput", - "version": "4.0.1", + "version": "4.0.2", "description": "Masked React component", "main": "lib/index.js", "module": "es/index.js",