Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit 938c9c8

Browse files
author
Suriyapong
committed
15.0.0
1 parent 2d76ec5 commit 938c9c8

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [15.0.0](https://github.com/MADCAZ/ngx-number-format/compare/14.0.0...15.0.0) (2022-12-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **bug:** remove comma when decimal point more than three. ([2d76ec5](https://github.com/MADCAZ/ngx-number-format/commit/2d76ec511ae0e8fe5f4d8a1c0118e6192ec6ceff))
7+
8+
9+
### Features
10+
11+
* **core:** support angular 15 ([1c6fc77](https://github.com/MADCAZ/ngx-number-format/commit/1c6fc779e86ae9ea1c91578139b4b31f49e6aa7b))
12+
13+
14+
115
# [14.0.0](https://github.com/MADCAZ/ngx-number-format/compare/13.0.1...14.0.0) (2022-09-22)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-number-format-base",
3-
"version": "14.0.0",
3+
"version": "15.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

src/ngx-number-format/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "ngx-number-format",
3-
"version": "14.0.0",
3+
"version": "15.0.0",
44
"description": "Simple number format for input element in Angular",
55
"peerDependencies": {
6-
"@angular/common": ">=14.0.0 <15.0.0",
7-
"@angular/core": ">=14.0.0 <15.0.0"
6+
"@angular/common": ">=15.0.0 <16.0.0",
7+
"@angular/core": ">=15.0.0 <16.0.0"
88
},
99
"keywords": [
1010
"angular",

0 commit comments

Comments
 (0)