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 2fed893 commit 594fd1aCopy full SHA for 594fd1a
CHANGELOG.md
@@ -1,4 +1,16 @@
1
2
+0.15.0 / 2017-08-02
3
+==================
4
+
5
+Additions:
6
+ * Add support for deployment tokens
7
8
+Changes:
9
+ * Use package.json for version in yargs
10
11
+Fixes:
12
+ * Check if path exists before running deploy, fixes #47
13
14
0.14.0 / 2017-08-02
15
==================
16
package.json
@@ -1,6 +1,6 @@
{
"name": "exoframe",
- "version": "0.14.0",
+ "version": "0.15.0",
"description": "Exoframe - power armor for docker containers",
"main": "index.js",
"repository": "[email protected]:exoframejs/exoframe.git",
0 commit comments