From 619ce0fe0619f234b12cb0a954eab2678d23b7d7 Mon Sep 17 00:00:00 2001 From: Gabriel Engel Date: Tue, 13 Dec 2016 12:44:03 -0200 Subject: [PATCH] Now uses NodeJS 4.7.0 --- .snapcraft/edge/snapcraft.yaml | 2 +- .snapcraft/stable/snapcraft.yaml | 2 +- HISTORY.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.snapcraft/edge/snapcraft.yaml b/.snapcraft/edge/snapcraft.yaml index 7b96bfef0772..a9e117d010b8 100644 --- a/.snapcraft/edge/snapcraft.yaml +++ b/.snapcraft/edge/snapcraft.yaml @@ -23,7 +23,7 @@ apps: parts: node: plugin: nodejs - node-engine: 4.6.2 + node-engine: 4.7.0 node-packages: - promise - fibers diff --git a/.snapcraft/stable/snapcraft.yaml b/.snapcraft/stable/snapcraft.yaml index b94ae007da72..1faf49b04f7a 100644 --- a/.snapcraft/stable/snapcraft.yaml +++ b/.snapcraft/stable/snapcraft.yaml @@ -23,7 +23,7 @@ apps: parts: node: plugin: nodejs - node-engine: 4.6.2 + node-engine: 4.7.0 node-packages: - promise - fibers diff --git a/HISTORY.md b/HISTORY.md index 5b4b95078dea..2701ec90da86 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # History -## 0.48.1, 2016-Dec-13 +## 0.48.1, 2016-Dec-13 - Now uses NodeJS 4.7.0 - Fix integration payload JSON.parse