From 7825f6443f05db4643d24fe782ee1bd54d553885 Mon Sep 17 00:00:00 2001 From: techfg Date: Wed, 1 May 2024 02:09:51 -0700 Subject: [PATCH] chore: fix version & date in changelog for v1.8.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa30d6..9545ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ - Make callback data structures consistent - Improve docs -## Version 1.7.1 - 2024.04.29 +## Version 1.8.0 - 2024.05.01 - [Issue 420](https://github.com/jamietre/ImageMapster/issues/420) 🐞 Forgotten console.log in v1.7.0 - [Issue 421](https://github.com/jamietre/ImageMapster/issues/421) 🐞 resizing map when map not visible causes `Failed to execute 'drawImage' on 'CanvasRenderingContext2D'` exception