From 878d3acc9c543365d5bc5b66608d13441910f07c Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Wed, 28 May 2025 13:51:14 +0200 Subject: [PATCH] chore(release): 1.14.2 --- CHANGELOG.md | 7 +++++++ index.html | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a63ead..bdf69bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,16 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [1.14.2](https://git.odit.services/lfk/frontend/compare/1.14.1...1.14.2) + +- feat(GenerateRunnerCertificates): support skipping runners without scans [`5a7bc23`](https://git.odit.services/lfk/frontend/commit/5a7bc239d2f93ced9ebdc5b113fe27d0d8d3899c) + #### [1.14.1](https://git.odit.services/lfk/frontend/compare/1.14.0...1.14.1) +> 26 May 2025 + - fix: ensure numeric values are parsed as integers in DocumentServer methods [`1b088b8`](https://git.odit.services/lfk/frontend/commit/1b088b87bf6e67796c2509d9c21f21833cb4df0f) +- chore(release): 1.14.1 [`661a698`](https://git.odit.services/lfk/frontend/commit/661a698fbaeb2432bec758ed632a520676ae86b2) #### [1.14.0](https://git.odit.services/lfk/frontend/compare/1.13.5...1.14.0) diff --git a/index.html b/index.html index 89c5ab32..e824dd52 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ RELEASE_INFO-1.14.2-RELEASE_INFO diff --git a/package.json b/package.json index 086a2d0a..c6f143a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/lfk-frontend", - "version": "1.14.1", + "version": "1.14.2", "type": "module", "scripts": { "i18n-order": "node order.js",