mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge branch 'master' into devel
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
- Updated `less` to v4.1.1
|
||||
- Fixed tests
|
||||
|
||||
## v2.3.4, 2021-08-03
|
||||
|
||||
* Fix an issue in `bare` and `vue` skeletons
|
||||
|
||||
## v2.3.3, 2021-08-02
|
||||
|
||||
* Security patch of Node.js to [14.17.4](https://nodejs.org/en/blog/release/v14.17.4/)
|
||||
|
||||
@@ -31,4 +31,4 @@ If you use a node version manager that uses a separate global `node_modules` fol
|
||||
| 2.3.1 | 2.2.1 |
|
||||
| 2.3.2 | 2.3.1 |
|
||||
| 2.3.3 | 2.3.2 |
|
||||
| 2.3.4 | 2.3.3 |
|
||||
| 2.3.4 | 2.3.4 |
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
const path = require('path');
|
||||
|
||||
const METEOR_LATEST_VERSION = '2.3.3';
|
||||
const METEOR_LATEST_VERSION = '2.3.4';
|
||||
|
||||
const localAppData = process.env.LOCALAPPDATA;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "The Meteor command-line tool",
|
||||
version: '2.3.3'
|
||||
version: '2.3.4'
|
||||
});
|
||||
|
||||
Package.includeTool();
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"track": "METEOR",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"recommended": false,
|
||||
"official": true,
|
||||
"description": "The Official Meteor Distribution"
|
||||
|
||||
Reference in New Issue
Block a user