Skip to content

Commit c7e253f

Browse files
committed
Release 1.4.4
1 parent d5a0a3a commit c7e253f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
## Next
1+
## 1.4.4 - April 2, 2018
22
- Allow customizing the docker image created during Prepare Bundle. For example, this can be used to install packages using apt-get.
33
- `mup status` will check if the default shell is bash
44
- Mup will exit when a hook script fails
55
- Fix running `mup restart`
66
- Fix passing arguments to `docker logs` when they are in the format `--option=value` instead of `--option value`
7-
- Fix the validation error that the port is ignored when using the reverse proxy showing when it shouldn't
7+
- Fix the validation error that the port is ignored showing when it shouldn't
88
- Fix loading plugins when given the path to the plugin instead of the plugin's name
99

1010
**Docs**
1111
- Move plugin documentation to seperate page
1212
- Improve Let's Encrypt documentation
13-
- Many small improvements to the content and wording
1413
- Rename the `meteor` property to `app` in all of the examples
1514
- Fix links in the getting started tutorial
15+
- Many small improvements to the content and wording
1616

1717
## 1.4.3 - March 5, 2018
1818
- Support different settings.json for different servers (@Farkal)

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.3",
3+
"version": "1.4.4",
44
"description": "Production Quality Meteor Deployments",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)