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

Commit 33528f6

Browse files
author
Long Ho
committed
1 parent 9b4516c commit 33528f6

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.3.2](https://github.com/formatjs/formatjs/compare/[email protected]@8.3.2) (2020-03-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **intl-messageformat:** add FormatXMLElementFn generic return type ([9b4516c](https://github.com/formatjs/formatjs/commit/9b4516cd1be9fcc1d98fecef31949caa415530c2))
12+
13+
14+
15+
16+
617
## [8.3.1](https://github.com/formatjs/formatjs/compare/[email protected]@8.3.1) (2020-03-26)
718

819

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.3.1",
3+
"version": "8.3.2",
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)