Release 2.0.0-beta.2

This commit is contained in:
Linus Groh
2019-11-02 18:17:48 +00:00
parent 6209c806a2
commit 220bda6ef3
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
# 2.0.0-beta.1 (2019-11-02)
- Add `onLocationChange.reloadHistory` config option
- Add Travis CI config
- Fix timezone issues in tests
- Fix ESLint errors in production mode
- Fix table of content links in config documentation
- Upgrade dependencies
# 2.0.0-beta.1 (2019-10-26)
- Convert codebase to Node.js based development workflow, including:

View File

@@ -1,5 +1,5 @@
FROM node:10 as build
LABEL version="2.0.0-beta.1"
LABEL version="2.0.0-beta.2"
LABEL description="OwnTracks UI"
LABEL maintainer="Linus Groh <mail@linusgroh.de>"
WORKDIR /usr/src/app

View File

@@ -1,6 +1,6 @@
{
"name": "owntracks-ui",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"author": {
"name": "Linus Groh",
"email": "mail@linusgroh.de"