From f2dea16729f64b57256ef2eb91cd0a5c1b45ad76 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Fri, 15 Sep 2023 14:49:51 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a95090d0..7137db26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.37.2 +### Bugfix +* fix for TypeScript from [Antoine](https://github.com/antoineol) ([#896](https://github.com/jcubic/jquery.terminal/pull/896)) and [KiddoV](https://github.com/KiddoV) ([#901](https://github.com/jcubic/jquery.terminal/pull/901)) + ## 2.37.1 ### Bugfix * fix wrong calculation of characters with custom font [#892](https://github.com/jcubic/jquery.terminal/issues/892)