Skip to content

Commit 551b226

Browse files
committed
Release 2.15.2
1 parent 132f15c commit 551b226

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.15.2 (2024-06-14)
6+
7+
- Fix npm lockfile
8+
59
## 2.15.1 (2024-06-14)
610

711
- Update `index.html` to emit relative paths again, allowing deployment under a subpath

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.27-alpine
9-
LABEL version="2.15.1"
9+
LABEL version="2.15.2"
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.15.1",
3+
"version": "2.15.2",
44
"license": "MIT",
55
"author": {
66
"name": "Linus Groh",

0 commit comments

Comments
 (0)