Skip to content

Commit c1f9b0b

Browse files
committed
Release 1.5.2
1 parent e4f4482 commit c1f9b0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Next
1+
## 2.5.2 - December 2, 2020
22

33
- Add `mup mongo shell` command to access a Mongo shell on the server
44
- Add `app.docker.prepareBundleLocally` option to build docker image locally instead of on the servers. It is then pushed to the private docker registry
@@ -17,7 +17,7 @@
1717
- Fix using `app.buildOptions.executable` option on Windows
1818
- Document `proxy.stickySessions` option
1919

20-
**Plugins**
20+
**Plugin API**
2121

2222
- The `verbose` option in `runTaskList` defaults to `true` when mup is run with the `--verbose` option
2323
- Add `showDuration` option to `runTaskList`. When true, nodemiral will log how long each task took. Defaults to `true` when the `MUP_PROFILE_TASKS` env var is set to `true`

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

0 commit comments

Comments
 (0)