From 0651fa73f57c6207bf19a389219a9738d0f21aba Mon Sep 17 00:00:00 2001 From: Anton Lavrevov Date: Wed, 22 Oct 2025 14:49:20 -0500 Subject: [PATCH] update CHANGELOG with new version --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a8e78e9..e0df18a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 10.0.5 (2025-10-22) + +- Simplify types to fix TS errors + ## 10.0.4 (2025-10-21) - Remove logs diff --git a/package.json b/package.json index 105ed2b6..01823b0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "konva", - "version": "10.0.4", + "version": "10.0.5", "description": "HTML5 2d canvas library.", "author": "Anton Lavrenov", "type": "module",