Skip to content

Commit 8bedeab

Browse files
committed
chore: Publish
- make-plural-cli@7.1.0 - make-plural@7.1.0
1 parent 604a752 commit 8bedeab

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/CHANGELOG.md

+6
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.1.0](https://github.com/eemeli/make-plural/compare/make-plural-cli@7.0.0...make-plural-cli@7.1.0) (2022-02-06)
7+
8+
### Features
9+
10+
* Update to cldr-core@40 ([604a752](https://github.com/eemeli/make-plural/commit/604a7524f92e86391a1ac01fab2fc8ab577ca2aa))
11+
612
## [7.0.0](https://github.com/eemeli/make-plural/compare/6.2.1...7.0.0) (2021-08-27)
713

814
### ⚠ Breaking Changes

packages/cli/package.json

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

packages/plurals/CHANGELOG.md

+6
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.1.0](https://github.com/eemeli/make-plural/compare/make-plural@7.0.0...make-plural@7.1.0) (2022-02-06)
7+
8+
### Features
9+
10+
* Update to cldr-core@40 ([604a752](https://github.com/eemeli/make-plural/commit/604a7524f92e86391a1ac01fab2fc8ab577ca2aa))
11+
612
## [7.0.0](https://github.com/eemeli/make-plural/compare/6.2.2...7.0.0) (2021-08-27)
713

814
### ⚠ Breaking Changes

packages/plurals/package.json

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

0 commit comments

Comments
 (0)