Skip to content

Commit 397139f

Browse files
committed
chore(release): 2.0.0 [skip ci]
<a name="2.0.0"></a> # [2.0.0](v1.3.0...v2.0.0) (2019-02-25) ### Bug Fixes * **createNumberMask:** changes the default empty value to null ([d2f83f7](d2f83f7)), closes [#37](#37) [#37](#37) ### BREAKING CHANGES * **createNumberMask:** default empty value is now null instead of empty string
1 parent 726bd2a commit 397139f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="2.0.0"></a>
2+
# [2.0.0](https://github.com/renato-bohler/redux-form-input-masks/compare/v1.3.0...v2.0.0) (2019-02-25)
3+
4+
5+
### Bug Fixes
6+
7+
* **createNumberMask:** changes the default empty value to null ([d2f83f7](https://github.com/renato-bohler/redux-form-input-masks/commit/d2f83f7)), closes [#37](https://github.com/renato-bohler/redux-form-input-masks/issues/37) [#37](https://github.com/renato-bohler/redux-form-input-masks/issues/37)
8+
9+
10+
### BREAKING CHANGES
11+
12+
* **createNumberMask:** default empty value is now null instead of empty string
13+
114
<a name="1.3.0"></a>
215
# [1.3.0](https://github.com/renato-bohler/redux-form-input-masks/compare/v1.2.0...v1.3.0) (2018-11-06)
316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-form-input-masks",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"description": "Input masking with redux-form made easy",
55
"main": "./dist/bundle.js",
66
"scripts": {

0 commit comments

Comments
 (0)