Skip to content

Commit

Permalink
Add CHANGELOG entry and bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Dec 12, 2016
1 parent 14bf64e commit b84954b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)

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": "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 <code@getbraintree.com> (https://www.braintreepayments.com/)",
"license": "MIT",
Expand Down

0 comments on commit b84954b

Please sign in to comment.