Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Commit cd95686

Browse files
author
Long Ho
committed
1 parent db8662a commit cd95686

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

packages/intl-messageformat/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.2.3](https://github.com/formatjs/formatjs/compare/[email protected]@8.2.3) (2020-03-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **intl-messageformat:** change ErrorCode to string enum ([db8662a](https://github.com/formatjs/formatjs/commit/db8662aaf7571ce035f716611901882a89e193da))
12+
13+
14+
15+
16+
617
## [8.2.2](https://github.com/formatjs/formatjs/compare/[email protected]@8.2.2) (2020-03-18)
718

819
**Note:** Version bump only for package intl-messageformat

packages/intl-messageformat/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/intl-messageformat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-messageformat",
3-
"version": "8.2.2",
3+
"version": "8.2.3",
44
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
55
"keywords": [
66
"i18n",

0 commit comments

Comments
 (0)