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

Commit b262d6d

Browse files
author
Long Ho
committed
1 parent 6200573 commit b262d6d

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.0](https://github.com/formatjs/formatjs/compare/[email protected]@8.2.0) (2020-03-05)
7+
8+
9+
### Features
10+
11+
* **intl-messageformat:** Add error type for better debugging ([6200573](https://github.com/formatjs/formatjs/commit/6200573c9f88b23f157bede7305fcc5da64b842b))
12+
13+
14+
15+
16+
617
# [8.1.0](https://github.com/formatjs/formatjs/compare/[email protected]@8.1.0) (2020-03-05)
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.1.0",
3+
"version": "8.2.0",
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)