diff --git a/CHANGELOG.md b/CHANGELOG.md index cad4bc08..c74dbfdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ - [#176](https://github.com/benhurott/react-native-masked-text/issues/176) Deprecation Warning: componentWillReceiveProps - Thanks to [Maksim Markelov](https://github.com/mmarkelov) for contributing! +### Chore + +- Use find instead of filter on mask resolver. + - Thanks to [rodineijf](https://github.com/rodineijf) for contributing! + ## [1.12.4] - 2019-07-12 ### Fix diff --git a/package.json b/package.json index 33f1b690..574624ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-masked-text", - "version": "1.12.4", + "version": "1.12.5", "description": "Text and TextInput with mask for React Native applications", "licenses": [ {