From 069f486afc8892b5fdd53b81f746abdeeb907e17 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 21 Feb 2018 19:21:35 -0500 Subject: [PATCH] Release 1.4.2 --- CHANGELOG.md | 15 +++++++++++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deed2269..344802c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 1.4.2 - February 21, 2018 + +- Fix `Start Meteor` task always succeeding despite errors starting the app when using `Prepare Bundle` +- Fix `Verifying Deployment` when `app.env.PORT` is set +- Fix `Verifying Deployment` when using the host network +- Fix `proxy.setup` when running `mup setup` for the first time +- Fix `app.docker.imagePort` documentation + +**Plugins** +- Add `pluginApi.commandHistory` to check which commands have run + +## 1.4.1 - February 20, 2018 + +- Add additional logging to the Verifying Deployment script + ## 1.4 - February 19, 2018 **Status** diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7b637bf7..9bbe7ed7 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "mup", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 256cad50..32a6dc3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mup", - "version": "1.4.1", + "version": "1.4.2", "description": "Production Quality Meteor Deployments", "main": "lib/index.js", "repository": {