Merge branch 'master' into devel

This commit is contained in:
Jan Dvorak
2021-08-03 04:33:25 +02:00
5 changed files with 8 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "The Meteor command-line tool",
version: '2.3.3'
version: '2.3.4'
});
Package.includeTool();

View File

@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "2.3.3",
"version": "2.3.4",
"recommended": false,
"official": true,
"description": "The Official Meteor Distribution"