Skip to content

Commit

Permalink
Release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Dec 2, 2020
1 parent e4f4482 commit c1f9b0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Next
## 2.5.2 - December 2, 2020

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

**Plugins**
**Plugin API**

- The `verbose` option in `runTaskList` defaults to `true` when mup is run with the `--verbose` option
- 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`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mup",
"version": "1.5.2-beta.7",
"version": "1.5.2",
"description": "Production Quality Meteor Deployments",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit c1f9b0b

Please sign in to comment.