Skip to content

Commit 3250c5a

Browse files
committed
Release 0.17.0
1 parent d83563b commit 3250c5a

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
0.17.0 / 2017-08-22
3+
==================
4+
5+
Additions:
6+
* Added option to open domain in browser after deploy or update
7+
8+
Fixes:
9+
* Fix minimum required version in readme
10+
211
0.16.1 / 2017-08-22
312
==================
413

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exoframe",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"description": "Exoframe - power armor for docker containers",
55
"main": "index.js",
66
"repository": "[email protected]:exoframejs/exoframe.git",

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,6 +1425,10 @@ onetime@^2.0.0:
14251425
dependencies:
14261426
mimic-fn "^1.0.0"
14271427

1428+
1429+
version "0.0.5"
1430+
resolved "https://registry.yarnpkg.com/open/-/open-0.0.5.tgz#42c3e18ec95466b6bf0dc42f3a2945c3f0cad8fc"
1431+
14281432
opener@^1.4.1:
14291433
version "1.4.3"
14301434
resolved "https://registry.yarnpkg.com/opener/-/opener-1.4.3.tgz#5c6da2c5d7e5831e8ffa3964950f8d6674ac90b8"

0 commit comments

Comments
 (0)