Skip to content

Commit

Permalink
release(1.3.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-hur Santos Ott committed Mar 20, 2017
1 parent 79a4996 commit 53215b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 53215b6

Please sign in to comment.