From c142cf8f90d23736f269408acf70f911f3586f8a Mon Sep 17 00:00:00 2001 From: Anderson Mamede Date: Wed, 31 Jan 2024 13:52:32 +0100 Subject: [PATCH] Add v2.2.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cec7b4..188ef62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v2.2.1 (2024-01-31) + +* fix: [Properly close html tag](https://github.com/AndersonMamede/electron-progressbar/pull/44) - thanks to [@oinochoe](https://github.com/oinochoe) + ## v2.2.0 (2024-01-31) * feature: [Add new `customHTML` option to enable customization of HTML structure](https://github.com/AndersonMamede/electron-progressbar/pull/41) - thanks to [@oinochoe](https://github.com/oinochoe)