Release 2.14.0

This commit is contained in:
Linus Groh 2024-06-09 23:07:26 +01:00
parent b141444b56
commit 05ae629217
4 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,10 @@
Dates are in UTC.
## 2.14.0 (2024-06-09)
- Implement new date/time range picker ([#116](https://github.com/owntracks/frontend/pull/116), [@jduar](https://github.com/jduar) / [@Tofee](https://github.com/Tofee))
## 2.13.1 (2024-06-09)
- Bump versions, just to make sure the frontend shows the right one

View File

@ -6,7 +6,7 @@ COPY . ./
RUN npm run build
FROM nginx:1.25-alpine
LABEL version="2.13.1"
LABEL version="2.14.0"
LABEL description="OwnTracks Frontend"
LABEL maintainer="Linus Groh <mail@linusgroh.de>"
ENV LISTEN_PORT=80 \

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "owntracks-frontend",
"version": "2.13.1",
"version": "2.14.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "owntracks-frontend",
"version": "2.13.1",
"version": "2.14.0",
"license": "MIT",
"dependencies": {
"deepmerge": "^4.3.1",

View File

@ -1,6 +1,6 @@
{
"name": "owntracks-frontend",
"version": "2.13.1",
"version": "2.14.0",
"license": "MIT",
"author": {
"name": "Linus Groh",