Skip to content

Commit 2d9ddc0

Browse files
committed
7.8.0
1 parent 182b74e commit 2d9ddc0

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### v7.8.0 (2025-04-01)
2+
3+
#### Pull requests
4+
5+
- [#181](https://github.com/papandreou/node-cldr/pull/181) CLDR 47 ([rotsee](mailto:[email protected]))
6+
- [#180](https://github.com/papandreou/node-cldr/pull/180) CLDR 46 data update ([rotsee](mailto:[email protected]))
7+
8+
#### Commits to master
9+
10+
- [Update CI config to not run on node.js <= 12, add node.js 18-22, drive-by update to ubuntu-latest](https://github.com/papandreou/node-cldr/commit/94eef6bccf355db2a73b8bcb65a76867ba86edb3) ([Andreas Lind](mailto:[email protected]))
11+
- [xmldom security vuln patch](https://github.com/papandreou/node-cldr/commit/befdf269f185ab67daa5efadc5dc1c50099879e0) ([rotsee](mailto:[email protected]))
12+
- [prettier linting](https://github.com/papandreou/node-cldr/commit/1cdd24625fc06300eabb9bc916464bbab29c4f42) ([rotsee](mailto:[email protected]))
13+
- [cleanup](https://github.com/papandreou/node-cldr/commit/67e3282fca40b7a159838a7563b59f7f9288eb57) ([rotsee](mailto:[email protected]))
14+
115
### v7.6.0
216

317
#### Pull requests
@@ -6,8 +20,10 @@
620

721
#### Commits to master
822

9-
- [CLDR 45](https://cldr.unicode.org/downloads/cldr-45), with no major changes ([rotsee](mailto:[email protected]))
10-
- [updated dev dependencies](https://github.com/papandreou/node-cldr/commit/f8af258798597e00ab9121b9dbf9e7d8320b5545) ([rotsee](mailto:[email protected]))
23+
- [CLDR 45](https://github.com/papandreou/node-cldr/commit/5e11f36e9efc09c8cc42f926209b21d071b84868) ([rotsee](mailto:[email protected]))
24+
- [CLDR45](https://github.com/papandreou/node-cldr/commit/83a673b8f5805a3ddc01adf0681a34d9b18e6319) ([rotsee](mailto:[email protected]))
25+
- [updated dev dependencies](https://github.com/papandreou/node-cldr/commit/f8af258798597e00ab9121b9dbf9e7d8320b5545) ([rotsee](mailto:[email protected]))
26+
- [Update README.md](https://github.com/papandreou/node-cldr/commit/6b516f68c1e4d5d368b3ad7ebed5affabf908394) ([Leo Wallentin](mailto:[email protected]))
1127

1228
### v7.5.0
1329

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cldr",
3-
"version": "7.7.0",
3+
"version": "7.8.0",
44
"description": "Library for extracting data from CLDR (the Unicode Common Locale Data Repository)",
55
"main": "lib/cldr.js",
66
"scripts": {

0 commit comments

Comments
 (0)