From 5a5c40e8a5ea562f5e91aae609fbf8d8ebb42129 Mon Sep 17 00:00:00 2001 From: xpyjs Date: Fri, 16 Aug 2024 21:08:49 +0800 Subject: [PATCH] chore(release): 2.1.13 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 622f6b5..2d8e376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.1.13](https://github.com/xpyjs/gantt/compare/v2.1.12...v2.1.13) (2024-08-16) + + +### Bug Fixes + +* 表头高度属性不生效 ([8a2782d](https://github.com/xpyjs/gantt/commit/8a2782d8eda64650de6b2cb80b8bb3fbb90e3979)), closes [#127](https://github.com/xpyjs/gantt/issues/127) + ### [2.1.12](https://github.com/xpyjs/gantt/compare/v2.1.11...v2.1.12) (2024-07-01) diff --git a/package.json b/package.json index ab1abf5..599cd4b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "jeremyjone", "license": "MIT", "private": false, - "version": "2.1.12", + "version": "2.1.13", "preview": false, "publishConfig": { "access": "public",