diff --git a/CHANGELOG.md b/CHANGELOG.md index 7346fbe..113dae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Restricted Input - Release Notes +## 1.0.6 (2016-12-12) + +* Fix for third party keyboards on Android Chrome + ## 1.0.5 (2016-11-15) * Fix iOS Safari autocomplete issue @@ -10,7 +14,7 @@ ## 1.0.3 (2016-09-28) -* Fix IE9 stutering when formatting inputs +* Fix IE9 stuttering when formatting inputs ## 1.0.2 (2016-09-16) diff --git a/package.json b/package.json index c31a12d..d7edb80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "restricted-input", - "version": "1.0.5", + "version": "1.0.6", "description": "Restrict inputs to certain valid characters (e.g. formatting phone or card numbers)", "author": "Braintree (https://www.braintreepayments.com/)", "license": "MIT",