From 063f3136a69f8a09ab6a189b0988c9c7944649be Mon Sep 17 00:00:00 2001 From: Ben-hur Santos Ott Date: Tue, 24 Jan 2017 21:33:53 -0200 Subject: [PATCH] chore: update docs and version --- README.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42bb9d20..108c2017 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index d46843ea..5b1d3399 100644 --- a/package.json +++ b/package.json @@ -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": {