From cc27d91676f7c58699a1258ae424a74d52833873 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 10:12:20 +0000 Subject: [PATCH] chore(main): release 2.5.9 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3bc7c20..5a07ae9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.5.8" + ".": "2.5.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cb2e239..2c57a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Types +## [2.5.9](https://github.com/mindkomm/types/compare/v2.5.8...v2.5.9) (2026-01-30) + + +### Bug Fixes + +* Fix a bug with sortable columns when a column has no title ([510611b](https://github.com/mindkomm/types/commit/510611bc6d08ef496b818f2ffca58e4806affc51)) + ## [2.5.8](https://github.com/mindkomm/types/compare/v2.5.7...v2.5.8) (2025-12-12)