From b833232fa0f377a6b3c3c9a06230b0c175695db4 Mon Sep 17 00:00:00 2001 From: Ben-hur Santos Ott Date: Tue, 5 Mar 2019 04:53:33 -0300 Subject: [PATCH] fix(1.11.1): adding fix for removing character in the middle of the mask --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c67ad959..9dfded7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## [1.11.1] - 2019-03-05 + +### Fixed + +- Remove characters in the middle of the mask (Thanks to [rsouthgate](https://github.com/rsouthgate) for the great contribution!) + - Fixes [#128](https://github.com/benhurott/react-native-masked-text/issues/128) and [#35](https://github.com/benhurott/react-native-masked-text/issues/35) + ## [1.11.0] - 2019-02-23 ### Added diff --git a/package.json b/package.json index 27d56c3b..0cf84444 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-masked-text", - "version": "1.11.0", + "version": "1.11.1", "description": "Text and TextInput with mask for React Native applications", "licenses": [ {