From 4548f365806254da2545111424fc59dd18effb39 Mon Sep 17 00:00:00 2001 From: linhuiw Date: Sun, 29 Oct 2017 22:28:51 +0800 Subject: [PATCH 1/3] Update intl-messageformat-parser to lastest version 1.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5e4f1b..ee33fe6 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "./lib/locales.js": false }, "dependencies": { - "intl-messageformat-parser": "1.2.0" + "intl-messageformat-parser": "1.4.0" }, "devDependencies": { "benchmark": "^1.0.0", From 923ecfc8d254829da522ee15df3f2bac08434548 Mon Sep 17 00:00:00 2001 From: linhuiw Date: Sun, 29 Oct 2017 22:34:38 +0800 Subject: [PATCH 2/3] Bump version to v2.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee33fe6..b06e015 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intl-messageformat", - "version": "2.1.0", + "version": "2.1.1", "description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.", "keywords": [ "i18n", From d7f48718928d46a29f123d11f81e79a4388a0819 Mon Sep 17 00:00:00 2001 From: linhuiw Date: Tue, 31 Oct 2017 09:52:08 +0800 Subject: [PATCH 3/3] Bump version to v2.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b06e015..91ef4c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intl-messageformat", - "version": "2.1.1", + "version": "2.2.0", "description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.", "keywords": [ "i18n",