From 4f4ab1b68f95bf07d929bec135c520dc19b25a4e Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Fri, 11 Nov 2016 11:08:01 -0500 Subject: [PATCH] Ugrade Node to version 4.6.2. --- History.md | 7 ++++--- scripts/build-dev-bundle-common.sh | 2 +- scripts/generate-dev-bundle.ps1 | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/History.md b/History.md index 00bf70355f..576678734d 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,9 @@ ## v.NEXT +## v1.4.2.2 + +* Node has been upgraded to version 4.6.2. + * `meteor create` now has a new `--full` option, which generates an larger app, demonstrating development techniques highlighted in the [Meteor Guide](http://guide.meteor.com) @@ -8,15 +12,12 @@ [PR #7807](https://github.com/meteor/meteor/pull/7807) * Minimongo now supports `$min`, `$max` and partially supports `$currentDate`. - [Issue #7857](https://github.com/meteor/meteor/issues/7857) [PR #7858](https://github.com/meteor/meteor/pull/7858) * Fix for [Issue #5676](https://github.com/meteor/meteor/issues/5676) [PR #7968](https://github.com/meteor/meteor/pull/7968) - - ## v1.4.2.1 * Installing the `babel-runtime` npm package in your application diff --git a/scripts/build-dev-bundle-common.sh b/scripts/build-dev-bundle-common.sh index ee5e35a744..067c747d65 100644 --- a/scripts/build-dev-bundle-common.sh +++ b/scripts/build-dev-bundle-common.sh @@ -6,7 +6,7 @@ set -u UNAME=$(uname) ARCH=$(uname -m) MONGO_VERSION=3.2.6 -NODE_VERSION=4.6.1 +NODE_VERSION=4.6.2 NPM_VERSION=3.10.9 if [ "$UNAME" == "Linux" ] ; then diff --git a/scripts/generate-dev-bundle.ps1 b/scripts/generate-dev-bundle.ps1 index 7112d2b0ed..42ecbbd0ea 100644 --- a/scripts/generate-dev-bundle.ps1 +++ b/scripts/generate-dev-bundle.ps1 @@ -2,7 +2,7 @@ # use 32bit by default $PLATFORM = "windows_x86" $MONGO_VERSION = "3.2.6" -$NODE_VERSION = "4.6.1" +$NODE_VERSION = "4.6.2" $NPM_VERSION = "3.10.9" $PYTHON_VERSION = "2.7.12" # For node-gyp