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

Commit b991602

Browse files
author
Long Ho
committed
1 parent 643f8e5 commit b991602

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/babel-plugin-react-intl/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+
## [3.3.3](https://github.com/formatjs/formatjs/compare/[email protected]@3.3.3) (2019-06-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **babel-plugin-react-intl:** add back messages to `metadata`, fixes [#92](https://github.com/formatjs/formatjs/issues/92) ([643f8e5](https://github.com/formatjs/formatjs/commit/643f8e5))
12+
13+
14+
15+
16+
617
## [3.3.2](https://github.com/formatjs/formatjs/compare/[email protected]@3.3.2) (2019-06-18)
718

819
**Note:** Version bump only for package babel-plugin-react-intl

packages/babel-plugin-react-intl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-react-intl",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "Extracts string messages for translation from modules that use React Intl.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)