mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Ugrade Node to version 4.6.2.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user