From b43342b4650c86366fbfc667374ad4e67b07b98b Mon Sep 17 00:00:00 2001 From: Long Ho Date: Wed, 5 Jun 2019 10:28:02 -0400 Subject: [PATCH] Publish - babel-plugin-react-intl@3.2.0 --- packages/babel-plugin-react-intl/CHANGELOG.md | 11 +++++++++++ packages/babel-plugin-react-intl/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/babel-plugin-react-intl/CHANGELOG.md b/packages/babel-plugin-react-intl/CHANGELOG.md index cbc133ec5..baa7590a6 100644 --- a/packages/babel-plugin-react-intl/CHANGELOG.md +++ b/packages/babel-plugin-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. +# [3.2.0](https://github.com/formatjs/babel-plugin-react-intl/compare/babel-plugin-react-intl@3.1.3...babel-plugin-react-intl@3.2.0) (2019-06-05) + + +### Features + +* **babel-plugin-react-intl:** Add enforceDefaultMessage ([#61](https://github.com/formatjs/babel-plugin-react-intl/issues/61)) ([8dbb1c3](https://github.com/formatjs/babel-plugin-react-intl/commit/8dbb1c3)) + + + + + ## [3.1.3](https://github.com/formatjs/babel-plugin-react-intl/compare/babel-plugin-react-intl@3.1.1...babel-plugin-react-intl@3.1.3) (2019-06-03) **Note:** Version bump only for package babel-plugin-react-intl diff --git a/packages/babel-plugin-react-intl/package.json b/packages/babel-plugin-react-intl/package.json index 42a5a3d07..92422ea93 100644 --- a/packages/babel-plugin-react-intl/package.json +++ b/packages/babel-plugin-react-intl/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-react-intl", - "version": "3.1.3", + "version": "3.2.0", "description": "Extracts string messages for translation from modules that use React Intl.", "repository": { "type": "git",