Skip to content

Commit e7e83ed

Browse files
committed
chore(release): 1.1.3 [skip ci]
<a name="1.1.3"></a> ## [1.1.3](v1.1.2...v1.1.3) (2018-05-12) ### Bug Fixes * **allowEmpty:** return empty string also when value is empty string ([894deeb](894deeb))
1 parent 34bbc90 commit e7e83ed

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="1.1.3"></a>
2+
## [1.1.3](https://github.com/renato-bohler/redux-form-input-masks/compare/v1.1.2...v1.1.3) (2018-05-12)
3+
4+
5+
### Bug Fixes
6+
7+
* **allowEmpty:** return empty string also when value is empty string ([894deeb](https://github.com/renato-bohler/redux-form-input-masks/commit/894deeb))
8+
19
<a name="1.1.2"></a>
210
## [1.1.2](https://github.com/renato-bohler/redux-form-input-masks/compare/v1.1.1...v1.1.2) (2018-05-08)
311

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.1.2",
3+
"version": "1.1.3",
44
"description": "Input masking with redux-form made easy",
55
"main": "./dist/bundle.js",
66
"scripts": {

0 commit comments

Comments
 (0)