Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
<a name="1.2.0"></a>
# [1.2.0](v1.1.5...v1.2.0) (2018-07-23)

### Bug Fixes

* **createNumberMask:** adds validation for the multiplier option ([dcca4a1](dcca4a1))

### Features

* **createNumberMask:** adds multiplier option ([8e4ea2b](8e4ea2b)), closes [#46](#46)
  • Loading branch information
renato-bohler committed Jul 23, 2018
1 parent 6a55c9a commit 0e01601
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="1.2.0"></a>
# [1.2.0](https://github.com/renato-bohler/redux-form-input-masks/compare/v1.1.5...v1.2.0) (2018-07-23)


### Bug Fixes

* **createNumberMask:** adds validation for the multiplier option ([dcca4a1](https://github.com/renato-bohler/redux-form-input-masks/commit/dcca4a1))


### Features

* **createNumberMask:** adds multiplier option ([8e4ea2b](https://github.com/renato-bohler/redux-form-input-masks/commit/8e4ea2b)), closes [#46](https://github.com/renato-bohler/redux-form-input-masks/issues/46)

<a name="1.1.5"></a>
## [1.1.5](https://github.com/renato-bohler/redux-form-input-masks/compare/v1.1.4...v1.1.5) (2018-06-26)

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.5",
"version": "1.2.0",
"description": "Input masking with redux-form made easy",
"main": "./dist/bundle.js",
"scripts": {
Expand Down

0 comments on commit 0e01601

Please sign in to comment.