Skip to content

Commit 069f486

Browse files
committed
Release 1.4.2
1 parent fff181e commit 069f486

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 1.4.2 - February 21, 2018
2+
3+
- Fix `Start Meteor` task always succeeding despite errors starting the app when using `Prepare Bundle`
4+
- Fix `Verifying Deployment` when `app.env.PORT` is set
5+
- Fix `Verifying Deployment` when using the host network
6+
- Fix `proxy.setup` when running `mup setup` for the first time
7+
- Fix `app.docker.imagePort` documentation
8+
9+
**Plugins**
10+
- Add `pluginApi.commandHistory` to check which commands have run
11+
12+
## 1.4.1 - February 20, 2018
13+
14+
- Add additional logging to the Verifying Deployment script
15+
116
## 1.4 - February 19, 2018
217

318
**Status**

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mup",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Production Quality Meteor Deployments",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)