From 09bbcd7001e9fa11e84943da4623dc6c975f9edb Mon Sep 17 00:00:00 2001 From: czlonkowski <56956555+czlonkowski@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:32:44 +0200 Subject: [PATCH] docs: add changelog entry for v2.14.1 Document fixes for TypeScript lint errors and test failures in telemetry system --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05743a8..b3f950a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.14.1] - 2025-09-26 + +### Fixed +- Fixed TypeScript lint errors in telemetry test files + - Corrected variable name conflicts in integration tests + - Fixed process.exit mock implementation in batch-processor tests + - Fixed tuple type annotations for workflow node positions + - Resolved MockInstance type import issues +- Fixed test failures in CI pipeline for telemetry system + - Tests now pass with 90.75% coverage for telemetry module + - All unit and integration tests passing successfully + ## [2.14.0] - 2025-09-26 ### Added