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

Commit 306c0ef

Browse files
author
Suriyapong
committed
13.0.1
1 parent 71a3d7f commit 306c0ef

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [13.0.1](https://github.com/MADCAZ/ngx-number-format/compare/12.0.0...13.0.1) (2021-11-06)
2+
3+
4+
### Features
5+
6+
* **core:** enable ivy in this project ([777db0a](https://github.com/MADCAZ/ngx-number-format/commit/777db0a19c5c8e76e0373ae6430d8a1e9e9f9908))
7+
* **core:** support Angular 13 ([71a3d7f](https://github.com/MADCAZ/ngx-number-format/commit/71a3d7feee1ba63225ac8b04db60ac04a49f3573))
8+
9+
10+
111
# [12.0.0](https://github.com/MADCAZ/ngx-number-format/compare/11.0.0...12.0.0) (2021-06-22)
212

313

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": "13.0.0",
3+
"version": "13.0.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

src/ngx-number-format/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",
3-
"version": "13.0.0",
3+
"version": "13.0.1",
44
"description": "Simple number format for input element in Angular",
55
"peerDependencies": {
66
"@angular/common": ">=13.0.0 <14.0.0",

0 commit comments

Comments
 (0)