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 72dc120 commit 5377e20Copy full SHA for 5377e20
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# 6.0.1 / 2019-11-07
2
+
3
+Fixes:
4
5
+- Fix completion target by using custom command
6
7
+Changes:
8
9
+- Use ncc to build smaller release bundle
10
11
# 6.0.0 / 2019-11-05
12
13
Breaking changes:
package.json
@@ -1,6 +1,6 @@
{
"name": "exoframe",
- "version": "6.0.4-dev",
+ "version": "6.0.1",
"description": "Exoframe is a self-hosted tool that allows simple one-command deployments using Docker",
"main": "dist/index.js",
"repository": "git@github.com:exoframejs/exoframe.git",
0 commit comments