mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
bump to Node 12.21.0
This commit is contained in:
22
History.md
22
History.md
@@ -1,3 +1,25 @@
|
||||
## v2.1, 2021-02-23
|
||||
|
||||
### Changes
|
||||
|
||||
#### Highlights
|
||||
|
||||
- Node.js security [update](https://nodejs.org/en/blog/vulnerability/february-2021-security-releases/) to 12.21.0
|
||||
|
||||
#### Meteor Version Release
|
||||
|
||||
* `meteor-tool@2.1`
|
||||
- Node.js security [update](https://nodejs.org/en/blog/vulnerability/february-2021-security-releases/) to 12.21.0
|
||||
- `meteor create my-app --plan professional` new flag `plan` to enable you to choose a plan from the deploy command.
|
||||
|
||||
### Breaking changes
|
||||
|
||||
* N/A
|
||||
|
||||
### Migration steps
|
||||
|
||||
* N/A
|
||||
|
||||
## v2.0, 2021-01-20
|
||||
|
||||
### Changes
|
||||
|
||||
2
meteor
2
meteor
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
BUNDLE_VERSION=12.20.1.3
|
||||
BUNDLE_VERSION=12.21.0.0
|
||||
|
||||
# OS Check. Put here because here is where we download the precompiled
|
||||
# bundles that are arch specific.
|
||||
|
||||
@@ -5,7 +5,7 @@ set -u
|
||||
|
||||
UNAME=$(uname)
|
||||
ARCH=$(uname -m)
|
||||
NODE_VERSION=12.20.1
|
||||
NODE_VERSION=12.21.0
|
||||
MONGO_VERSION_64BIT=4.2.8
|
||||
MONGO_VERSION_32BIT=3.2.22
|
||||
NPM_VERSION=6.14.8
|
||||
|
||||
Reference in New Issue
Block a user