Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit 21a6ab9

Browse files
committed
Release 6.1.0
1 parent 933fca9 commit 21a6ab9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 6.1.0 / 2020-02-12
2+
3+
- Allow using custom traefik middlewares from exoframe config
4+
- Add version label to docker images
5+
- Update node.js to v12.15
6+
- Update dependencies
7+
- Use npm instead of yarn for repo
8+
19
# 6.0.2 / 2019-11-05
210

311
Fixes:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exoframe-server",
3-
"version": "6.0.4-dev",
3+
"version": "6.1.0",
44
"description": "Exoframe is a self-hosted tool that allows simple one-command deployments using Docker",
55
"main": "bin/server-core.js",
66
"bin": "bin/exoframe-server.js",

0 commit comments

Comments
 (0)