Skip to content

Commit cec31c5

Browse files
committed
Release 2.0.1
1 parent becd2c8 commit cec31c5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

2+
2.0.1 / 2018-01-24
3+
==================
4+
5+
Additions:
6+
* Add 3rd party templates support
7+
* Allow setting project template using config command
8+
* Add way to set labels via config command
9+
10+
Changes:
11+
* Replace tap with jest and better parallelized tests
12+
* Switch to snapshot testing for logs output
13+
14+
Fixes:
15+
* Make cli work with Exoframe server 2.0 backed by fastify
16+
217
1.0.4 / 2017-11-30
318
==================
419

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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Exoframe is a self-hosted tool that allows simple one-command deployments using Docker",
55
"main": "index.js",
66
"repository": "[email protected]:exoframejs/exoframe.git",

0 commit comments

Comments
 (0)