From 66cda3fbaad1966b9a6b51cfe5043ee4ae7e99d6 Mon Sep 17 00:00:00 2001 From: xpyjs Date: Fri, 4 Aug 2023 17:28:28 +0800 Subject: [PATCH] chore(release): 2.1.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb35ca..4c27a95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.2](https://github.com/xpyjs/gantt/compare/v2.1.1...v2.1.2) (2023-08-04) + + +### Features + +* **gantt:** ✨ 添加特殊日期的渲染 ([4f6c0f0](https://github.com/xpyjs/gantt/commit/4f6c0f067802db8d49b2b2da35d550cf78e43081)), closes [#46](https://github.com/xpyjs/gantt/issues/46) [#51](https://github.com/xpyjs/gantt/issues/51) + + +### Bug Fixes + +* **column:** 🐛 展开按钮错位 ([55adf32](https://github.com/xpyjs/gantt/commit/55adf32fe06f35117b20b71eb593190d2a2824e1)) + ### [2.1.1](https://github.com/xpyjs/gantt/compare/v2.1.0...v2.1.1) (2023-07-05) diff --git a/package.json b/package.json index d5b6a2c..26ab3a7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "jeremyjone", "license": "MIT", "private": false, - "version": "2.1.1", + "version": "2.1.2", "preview": false, "publishConfig": { "access": "public",