chore(release): 1.14.3
All checks were successful
Build release images / build-container (push) Successful in 2m19s

This commit is contained in:
2026-02-20 23:02:08 +01:00
parent abee8c17ba
commit 09c1a6b3d0
3 changed files with 9 additions and 2 deletions

View File

@@ -2,9 +2,16 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC. All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [1.14.3](https://git.odit.services/lfk/frontend/compare/1.14.2...1.14.3)
- feat(ScanClient): display total distance in kilometers and meters [`abee8c1`](https://git.odit.services/lfk/frontend/commit/abee8c17ba28f769a0d03abb19b228a159deae94)
#### [1.14.2](https://git.odit.services/lfk/frontend/compare/1.14.1...1.14.2) #### [1.14.2](https://git.odit.services/lfk/frontend/compare/1.14.1...1.14.2)
> 28 May 2025
- feat(GenerateRunnerCertificates): support skipping runners without scans [`5a7bc23`](https://git.odit.services/lfk/frontend/commit/5a7bc239d2f93ced9ebdc5b113fe27d0d8d3899c) - feat(GenerateRunnerCertificates): support skipping runners without scans [`5a7bc23`](https://git.odit.services/lfk/frontend/commit/5a7bc239d2f93ced9ebdc5b113fe27d0d8d3899c)
- chore(release): 1.14.2 [`878d3ac`](https://git.odit.services/lfk/frontend/commit/878d3acc9c543365d5bc5b66608d13441910f07c)
#### [1.14.1](https://git.odit.services/lfk/frontend/compare/1.14.0...1.14.1) #### [1.14.1](https://git.odit.services/lfk/frontend/compare/1.14.0...1.14.1)

View File

@@ -13,7 +13,7 @@
<body> <body>
<span style="display: none; visibility: hidden" id="buildinfo" <span style="display: none; visibility: hidden" id="buildinfo"
>RELEASE_INFO-1.14.2-RELEASE_INFO</span >RELEASE_INFO-1.14.3-RELEASE_INFO</span
> >
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>
<script src="/env.js"></script> <script src="/env.js"></script>

View File

@@ -1,6 +1,6 @@
{ {
"name": "@odit/lfk-frontend", "name": "@odit/lfk-frontend",
"version": "1.14.2", "version": "1.14.3",
"type": "module", "type": "module",
"scripts": { "scripts": {
"i18n-order": "node order.js", "i18n-order": "node order.js",