From b7a14e30e1604a68b4babe62f39459b9e1efc664 Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Thu, 26 Jul 2018 17:33:46 -0400 Subject: [PATCH] 3.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update: dependency (jannyHou) * chore: update dependencies (Diana Lau) * [WebFM] cs/pl/ru translation (candytangnb) * chore: update license (Diana Lau) * CODEOWNERS: move @lehni to Alumni section (Miroslav Bajtoš) * Add support for ES6 style async boot scripts (Jürg Lehni) --- CHANGES.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e8e3d3b..d6b8e73 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,19 @@ +2018-07-26, Version 3.1.1 +========================= + + * update: dependency (jannyHou) + + * chore: update dependencies (Diana Lau) + + * [WebFM] cs/pl/ru translation (candytangnb) + + * chore: update license (Diana Lau) + + * CODEOWNERS: move @lehni to Alumni section (Miroslav Bajtoš) + + * Add support for ES6 style async boot scripts (Jürg Lehni) + + 2017-10-13, Version 3.1.0 ========================= diff --git a/package.json b/package.json index 07aa1c3..b4cdc23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-boot", - "version": "3.1.0", + "version": "3.1.1", "publishConfig": { "tag": "next" },