Skip to content

Commit

Permalink
chore: update docs and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-hur Santos Ott authored and Ben-hur Santos Ott committed Jan 24, 2017
1 parent 25176a1 commit 063f313
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,14 @@ var money = MaskService.toMask('money', '123', {
// money -> US$ 1.23
```

## Throubleshooting
* If the `es2015` error throw by babel, try run `react-native start --reset-cache`


# Changelog
## 1.2.2
* Fix: fixing es2015 preset (thanks to [vagnercsouza](https://github.com/vagnercsouza), [barakcoh](https://github.com/barakcoh), Marvin Santos)

## 1.2.1
* Fix: fixing white space after unit on money mask.

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.2.1",
"version": "1.2.2",
"description": "Text and TextInput with mask for React Native applications",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 063f313

Please sign in to comment.