diff --git a/README.md b/README.md index 56b83920..147306f1 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,9 @@ var money = MaskService.toMask('money', '123', { # Changelog +## 1.3.2 +* Fix: ignoring Jet Brains ide files (thanks to [Vlad-Zhukov](https://github.com/Vlad-Zhukov)) + ## 1.3.1 * Performance: adding check if the next value to be applied to the mask is equal as actual and prevent state change. diff --git a/package.json b/package.json index 1db8bd8f..ee30c401 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-masked-text", - "version": "1.3.1", + "version": "1.3.2", "description": "Text and TextInput with mask for React Native applications", "main": "index.js", "scripts": {