Release 2.13.1

Oops, I forgot to bump the version...
This commit is contained in:
Linus Groh
2024-06-09 15:37:00 +01:00
parent ed3e6125e9
commit 723ce684ae
4 changed files with 8 additions and 4 deletions
+4
View File
@@ -2,6 +2,10 @@
Dates are in UTC.
## 2.13.1 (2024-06-09)
- Bump versions, just to make sure the frontend shows the right one
## 2.13.0 (2024-06-09)
- Enable use of the frontend as a progressive web app (PWA) ([#98](https://github.com/owntracks/frontend/pull/98), [@RobinMeis](https://github.com/RobinMeis))
+1 -1
View File
@@ -6,7 +6,7 @@ COPY . ./
RUN npm run build
FROM nginx:1.25-alpine
LABEL version="2.12.0"
LABEL version="2.13.1"
LABEL description="OwnTracks Frontend"
LABEL maintainer="Linus Groh <mail@linusgroh.de>"
ENV LISTEN_PORT=80 \
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "owntracks-frontend",
"version": "2.12.0",
"version": "2.13.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "owntracks-frontend",
"version": "2.12.0",
"version": "2.13.1",
"license": "MIT",
"dependencies": {
"deepmerge": "^4.3.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "owntracks-frontend",
"version": "2.12.0",
"version": "2.13.1",
"license": "MIT",
"author": {
"name": "Linus Groh",