Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit 635a8e3

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.0.0...v4.0.0) (2022-02-03) ### Features * make currency option required ([e8feb72](e8feb72)) ### BREAKING CHANGES * When the `style` of `NumberFormat` is set to `currency`, the `currency` option is required as it does not have a default value. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#parameters
1 parent a6926c0 commit 635a8e3

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [4.0.0](https://github.com/opendevtools/rescript-intl/compare/v3.0.0...v4.0.0) (2022-02-03)
2+
3+
4+
### Features
5+
6+
* make currency option required ([e8feb72](https://github.com/opendevtools/rescript-intl/commit/e8feb72413ef0061ea43d96841a29657356cb24e))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* When the `style` of `NumberFormat` is set to
12+
`currency`, the `currency` option is required as it does not
13+
have a default value.
14+
15+
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#parameters
16+
117
# [3.0.0](https://github.com/opendevtools/rescript-intl/compare/v2.2.0...v3.0.0) (2022-02-03)
218

319

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"publishConfig": {
66
"access": "public"
77
},
8-
"version": "3.0.0",
8+
"version": "4.0.0",
99
"scripts": {
1010
"clean": "rescript clean",
1111
"build": "rescript build",

0 commit comments

Comments
 (0)