Skip to content

Commit 8efcde8

Browse files
committed
chore(release): 2.4.0
1 parent 25f2b34 commit 8efcde8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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.
44

5+
<a name="2.4.0"></a>
6+
# [2.4.0](https://github.com/assisrafael/angular-input-masks/compare/v2.3.0...v2.4.0) (2016-06-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **uiMoneyMask:** invalid values should be converted to zero ([ec007c4](https://github.com/assisrafael/angular-input-masks/commit/ec007c4)), closes [#146](https://github.com/assisrafael/angular-input-masks/issues/146)
12+
13+
14+
### Features
15+
16+
* **uiCreditCard:** add credit card mask ([03da0a4](https://github.com/assisrafael/angular-input-masks/commit/03da0a4))
17+
* **uiNumberMask:** allow minus sign as first character for negative numbers ([ef449d8](https://github.com/assisrafael/angular-input-masks/commit/ef449d8)), closes [#147](https://github.com/assisrafael/angular-input-masks/issues/147)
18+
519

620

721
<a name="2.3.0"></a>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-input-masks",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Personalized input masks for AngularJS",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)