From 628bcab912f272fee9503230cf482feccc1e99e3 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 18 May 2025 18:32:15 +0000 Subject: [PATCH] fix(commitinfo): Bump commitinfo version to 19.2.1 --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 68df506..4901634 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2025-05-18 - 19.2.1 - fix(commitinfo) +Bump commitinfo version to 19.2.1 + +- Updated ts/00_commitinfo_data.ts to reflect version 19.2.1 which indicates a patch level update. + ## 2025-05-18 - 19.2.1 - fix(examples/dynamic-port-management) Add explicit IRouteConfig type annotations and use 'as const' for action types in dynamic port management example