Skip to content

Commit dd60226

Browse files
committed
chore: release v6.0.0
1 parent 380cbb2 commit dd60226

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ In case you need to support older versions of that browsers, see the below table
322322

323323
| Angular | angular-ecmascript-intl |
324324
| ------- | ----------------------- |
325+
| 20 | 6.x |
325326
| 19 | 5.x |
326327
| 18 | 4.x |
327328
| 17 | 3.x |

projects/angular-ecmascript-intl/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ecmascript-intl",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "Contains Angular pipes to transform internationalization data using Intl.* browser APIs",
55
"keywords": [
66
"angular",
@@ -13,11 +13,12 @@
1313
"currency",
1414
"language",
1515
"country",
16-
"timeago"
16+
"timeago",
17+
"duration"
1718
],
1819
"peerDependencies": {
19-
"@angular/common": ">=19",
20-
"@angular/core": ">=19"
20+
"@angular/common": ">=20",
21+
"@angular/core": ">=20"
2122
},
2223
"dependencies": {
2324
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)