update CHANGELOG with new version

This commit is contained in:
Anton Lavrevov
2025-10-22 14:49:20 -05:00
parent 7e84e0e612
commit 0651fa73f5
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). 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) ## 10.0.4 (2025-10-21)
- Remove logs - Remove logs

View File

@@ -1,6 +1,6 @@
{ {
"name": "konva", "name": "konva",
"version": "10.0.4", "version": "10.0.5",
"description": "HTML5 2d canvas library.", "description": "HTML5 2d canvas library.",
"author": "Anton Lavrenov", "author": "Anton Lavrenov",
"type": "module", "type": "module",