From 19fad10d762ac527a5bfec90d2f125b982795551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ehrlich?= Date: Wed, 22 May 2019 21:08:32 +0200 Subject: [PATCH] chore: release v2.8.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b15a5fa45..eeb0d0162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log + +## [2.8.2](https://github.com/lingui/js-lingui/compare/v2.8.0...v2.8.2) (2019-05-22) + +### Bug Fixes + +* CLI: Don't warn about conflicting default message if it's empty ([#502](https://github.com/lingui/js-lingui/pull/502/)). + Thanks to [Filip Žmuk](https://github.com/filipcro). +* Conf: Pass config path to getConfig explicitly instead reading it from process.argv ([#509](https://github.com/lingui/js-lingui/pull/509/)). + Thanks to [Brandon Croft](https://github.com/brandonc). + ## [2.8.0](https://github.com/lingui/js-lingui/compare/v2.7.4...v2.8.0) (2019-05-17) diff --git a/package.json b/package.json index 3643ebbd2..5b1ae0472 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "2.8.1", + "version": "2.8.2", "author": { "name": "Tomáš Ehrlich", "email": "tomas.ehrlich@gmail.com"