From 9c605e3608a42d338819326168005a5deb929e4c Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Thu, 14 Sep 2023 08:51:05 -0500 Subject: [PATCH] update CHANGELOG with new version --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 435a39dd..981f05ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +### 9.2.1 (2023-09-14) + - Fix text rendering when text has both underline and shadow +- Typescript fixes ### 9.2.0 (2023-05-14)