Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
<a name="1.1.2"></a>
## [1.1.2](v1.1.1...v1.1.2) (2018-05-08)

### Bug Fixes

* **createTextMask:** fixes onCompletePattern and onChange not being called sometimes ([5081b55](5081b55)), closes [#28](#28) [#25](#25)
  • Loading branch information
renato-bohler committed May 8, 2018
1 parent 391e9d7 commit fa624f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="1.1.2"></a>
## [1.1.2](https://github.com/renato-bohler/redux-form-input-masks/compare/v1.1.1...v1.1.2) (2018-05-08)


### Bug Fixes

* **createTextMask:** fixes onCompletePattern and onChange not being called sometimes ([5081b55](https://github.com/renato-bohler/redux-form-input-masks/commit/5081b55)), closes [#28](https://github.com/renato-bohler/redux-form-input-masks/issues/28) [#25](https://github.com/renato-bohler/redux-form-input-masks/issues/25)

<a name="1.1.1"></a>
## [1.1.1](https://github.com/renato-bohler/redux-form-input-masks/compare/v1.1.0...v1.1.1) (2018-05-05)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-form-input-masks",
"version": "1.1.1",
"version": "1.1.2",
"description": "Input masking with redux-form made easy",
"main": "./dist/bundle.js",
"scripts": {
Expand Down

0 comments on commit fa624f1

Please sign in to comment.