diff --git a/CHANGES.md b/CHANGES.md index 6224fa5..1e9478b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +## 2.0.1 / 2015-07-14 + Fixed taking input for patterns with leading static parts when the cursor or entire selection is in the static part. ## 2.0.0 / 2015-04-03 diff --git a/package.json b/package.json index 1818a7d..8742075 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inputmask-core", - "version": "2.0.0", + "version": "2.0.1", "description": "Standalone input mask implementation, independent of any GUI", "main": "lib/index.js", "scripts": {