We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279117d commit 864daf8Copy full SHA for 864daf8
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+<a name="2.0.1"></a>
2
+## [2.0.1](https://github.com/renato-bohler/redux-form-input-masks/compare/v2.0.0...v2.0.1) (2019-02-28)
3
+
4
5
+### Bug Fixes
6
7
+* only to bump minor version ([ba0db1b](https://github.com/renato-bohler/redux-form-input-masks/commit/ba0db1b))
8
9
<a name="2.0.0"></a>
10
# [2.0.0](https://github.com/renato-bohler/redux-form-input-masks/compare/v1.3.0...v2.0.0) (2019-02-25)
11
package.json
@@ -1,6 +1,6 @@
{
"name": "redux-form-input-masks",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Input masking with redux-form made easy",
"main": "./dist/bundle.js",
"typings": "./dist/typings.d.ts",
0 commit comments