Ugrade Node to version 4.6.2.

This commit is contained in:
Ben Newman
2016-11-11 11:08:01 -05:00
parent 7b8ef48db6
commit 4f4ab1b68f
3 changed files with 6 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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