Skip to content

Commit d6e24d5

Browse files
committed
Release 5.0.0
1 parent 68238d0 commit d6e24d5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 5.0.0 / 2019-07-17
2+
3+
Additions:
4+
5+
- Add function deployments
6+
7+
Changes:
8+
9+
- Document env vars usage in docker-compose
10+
- Exit with non-zero code when deployment fails
11+
- Add linting npm scripts and run it in travis
12+
113
# 4.0.1 / 2019-05-07
214

315
- Use node 10.x for pkg and travis

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": "4.0.2-dev",
3+
"version": "5.0.0",
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)