Skip to content

Commit 0774ae5

Browse files
committed
chore: Publish
- [email protected]
1 parent ef180a4 commit 0774ae5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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+
## [8.0.0](https://github.com/eemeli/make-plural/compare/[email protected]@8.0.0) (2025-12-28)
7+
8+
### ⚠ Breaking Changes
9+
10+
* Drop CommonJS exports ([#34](https://github.com/eemeli/make-plural/issues/34))
11+
612
## [7.5.0](https://github.com/eemeli/make-plural/compare/[email protected]@7.5.0) (2025-12-28)
713

814
* Update to cldr-core v48 ([ddd9aed](https://github.com/eemeli/make-plural/commit/ddd9aed85979c3083bac2586caad848a182015a5))

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.5.0",
3+
"version": "8.0.0",
44
"description": "Unicode CLDR pluralization rules as JavaScript functions",
55
"keywords": [
66
"unicode",

0 commit comments

Comments
 (0)