We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7830ad commit 24e82cdCopy full SHA for 24e82cd
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.5.3 - December 8, 2020
2
+
3
+- Fix getting node version when `app.docker.prepareBundleLocally` is enabled
4
+- Fix issue with let's encrypt regenerating SSL certificate too often
5
6
## 1.5.2 - December 2, 2020
7
8
- Add `mup mongo shell` command to access a Mongo shell on the server
package.json
@@ -1,6 +1,6 @@
{
"name": "mup",
- "version": "1.5.2",
+ "version": "1.5.3",
"description": "Production Quality Meteor Deployments",
"main": "lib/index.js",
"repository": {
0 commit comments