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 d12cb0b commit 2bce7a5Copy full SHA for 2bce7a5
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+<a name="2.0.2"></a>
2
+## [2.0.2](https://github.com/renato-bohler/redux-form-input-masks/compare/v2.0.1...v2.0.2) (2022-02-17)
3
+
4
5
+### Bug Fixes
6
7
+* **types:** incompatibility from React-Form and Project ([894045a](https://github.com/renato-bohler/redux-form-input-masks/commit/894045a))
8
9
<a name="2.0.1"></a>
10
11
## [2.0.1](https://github.com/renato-bohler/redux-form-input-masks/compare/v2.0.0...v2.0.1) (2019-02-28)
package.json
@@ -1,6 +1,6 @@
{
"name": "redux-form-input-masks",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "Input masking with redux-form made easy",
"main": "./dist/bundle.js",
"typings": "./dist/typings.d.ts",
0 commit comments