diff --git a/packages/react-intl/CHANGELOG.md b/packages/react-intl/CHANGELOG.md index 1cc44e2067..234c7692d8 100644 --- a/packages/react-intl/CHANGELOG.md +++ b/packages/react-intl/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.12.1](https://github.com/formatjs/formatjs/compare/react-intl@5.12.0...react-intl@5.12.1) (2021-02-04) + + +### Bug Fixes + +* **react-intl:** re-export MessageFormatElement, fix [#2559](https://github.com/formatjs/formatjs/issues/2559) ([365e104](https://github.com/formatjs/formatjs/commit/365e104b34b5b95f7bbc008711eeeb3f3d31f442)) + + + + + # [5.12.0](https://github.com/formatjs/formatjs/compare/react-intl@5.10.19...react-intl@5.12.0) (2021-02-02) diff --git a/packages/react-intl/package.json b/packages/react-intl/package.json index e68548fd4b..372e766355 100644 --- a/packages/react-intl/package.json +++ b/packages/react-intl/package.json @@ -1,6 +1,6 @@ { "name": "react-intl", - "version": "5.12.0", + "version": "5.12.1", "description": "Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.", "keywords": [ "intl",