From 67dcec6a1e9066913e468e37fbeb8274a8c46d91 Mon Sep 17 00:00:00 2001 From: Ryuichi Okumura Date: Tue, 4 Jul 2017 19:52:59 +0900 Subject: [PATCH 1/2] Bump version to v1.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 350be85..5566d1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intl-messageformat", - "version": "1.3.0", + "version": "1.3.1", "description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.", "keywords": [ "i18n", From 6190c6c701c82dcfdb2d9f57521b9e5ef904223f Mon Sep 17 00:00:00 2001 From: Ryuichi Okumura Date: Sun, 9 Jul 2017 16:32:09 +0900 Subject: [PATCH 2/2] Bump version to v2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5566d1d..d94044c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intl-messageformat", - "version": "1.3.1", + "version": "2.0.0", "description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.", "keywords": [ "i18n",