Skip to content

Commit 05ae629

Browse files
committed
Release 2.14.0
1 parent b141444 commit 05ae629

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Dates are in UTC.
44

5+
## 2.14.0 (2024-06-09)
6+
7+
- Implement new date/time range picker ([#116](https://github.com/owntracks/frontend/pull/116), [@jduar](https://github.com/jduar) / [@Tofee](https://github.com/Tofee))
8+
59
## 2.13.1 (2024-06-09)
610

711
- Bump versions, just to make sure the frontend shows the right one

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY . ./
66
RUN npm run build
77

88
FROM nginx:1.25-alpine
9-
LABEL version="2.13.1"
9+
LABEL version="2.14.0"
1010
LABEL description="OwnTracks Frontend"
1111
LABEL maintainer="Linus Groh <[email protected]>"
1212
ENV LISTEN_PORT=80 \

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "owntracks-frontend",
3-
"version": "2.13.1",
3+
"version": "2.14.0",
44
"license": "MIT",
55
"author": {
66
"name": "Linus Groh",

0 commit comments

Comments
 (0)