From 2d0461319a687fc100d98de137d07183be0368c2 Mon Sep 17 00:00:00 2001 From: "LINING-PC\\lining" Date: Sat, 7 Mar 2026 19:41:51 +0800 Subject: [PATCH] v1.10.0 - performance enhacements --- CHANGELOG.md | 2 +- demo/version-history.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a06f94..b3d5a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.9.5] - 2026-03-07 +## [1.10.0] - 2026-03-07 ### Fixed - 🔧 优化:优化算法,提升插件性能,更好兼容移动设备的访问 diff --git a/demo/version-history.json b/demo/version-history.json index 204f747..b761de9 100644 --- a/demo/version-history.json +++ b/demo/version-history.json @@ -608,7 +608,7 @@ ] }, { - "version": "1.9.5", + "version": "1.10.0", "date": "2026-03-07", "notes": [ "🔧 优化:优化算法,提升插件性能,更好兼容移动设备的访问", diff --git a/package.json b/package.json index bb2ff18..2667387 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jordium-gantt-vue3", - "version": "1.9.5", + "version": "1.10.0", "type": "module", "main": "npm-package/dist/jordium-gantt-vue3.cjs.js", "module": "npm-package/dist/jordium-gantt-vue3.es.js",