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 14a828c commit 9800313Copy full SHA for 9800313
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 5.2.1 / 2019-09-30
2
+
3
+Fixes:
4
5
+- Mark upgrade flag as boolean to prevent it from eating following args
6
7
# 5.2.0 / 2019-08-21
8
9
Additions:
package.json
@@ -1,6 +1,6 @@
{
"name": "exoframe",
- "version": "5.2.1-dev",
+ "version": "5.2.1",
"description": "Exoframe is a self-hosted tool that allows simple one-command deployments using Docker",
"main": "index.js",
"repository": "git@github.com:exoframejs/exoframe.git",
0 commit comments