From 155055155c87c0ace35f759c0fd998fa5a4e9f43 Mon Sep 17 00:00:00 2001 From: Igor Rafael Date: Mon, 18 Jun 2018 10:55:02 -0300 Subject: [PATCH] chore(release): 4.2.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09938d45..dc7cc4d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [4.2.1](https://github.com/assisrafael/angular-input-masks/compare/v4.2.0...v4.2.1) (2018-06-18) + + +### Bug Fixes + +* **uiDateMask:** lock date-fns version (2.0.0-alpha.7) and fix date mask tests ([a785dc9](https://github.com/assisrafael/angular-input-masks/commit/a785dc9)) +* **uiMoneyMask:** fix money masking result when field is empty ([dbfe5ff](https://github.com/assisrafael/angular-input-masks/commit/dbfe5ff)) + + + # [4.2.0](https://github.com/assisrafael/angular-input-masks/compare/v4.1.0...v4.2.0) (2018-05-24) diff --git a/package.json b/package.json index f7c6ccfe..27c96ed1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-input-masks", - "version": "4.2.0", + "version": "4.2.1", "description": "Personalized input masks for AngularJS", "repository": { "type": "git",