Skip to content

Commit 7f7b52a

Browse files
committed
1 parent d34ce40 commit 7f7b52a

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.2.0](https://github.com/eemeli/make-plural/compare/[email protected]@7.2.0) (2022-11-16)
7+
8+
### Features
9+
10+
* Update to cldr-core@42 ([d7f8a07](https://github.com/eemeli/make-plural/commit/d7f8a07dca337b961faf2652736cbf106dc1cfd3))
11+
612
## [7.1.0](https://github.com/eemeli/make-plural/compare/[email protected]@7.1.0) (2022-02-06)
713

814
### Features

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "make-plural-cli",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"description": "CLI for translating Unicode CLDR pluralization rules to executable JavaScript",
55
"keywords": [
66
"unicode",

packages/plurals/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.2.0](https://github.com/eemeli/make-plural/compare/[email protected]@7.2.0) (2022-11-16)
7+
8+
### Features
9+
10+
* Update to cldr-core@42 ([d7f8a07](https://github.com/eemeli/make-plural/commit/d7f8a07dca337b961faf2652736cbf106dc1cfd3))
11+
612
## [7.1.0](https://github.com/eemeli/make-plural/compare/[email protected]@7.1.0) (2022-02-06)
713

814
### Features

packages/plurals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "make-plural",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"description": "Unicode CLDR pluralization rules as JavaScript functions",
55
"keywords": [
66
"unicode",

0 commit comments

Comments
 (0)