From 6e87705cf14375fbbf2a027feea0e6d98f2e8b6c Mon Sep 17 00:00:00 2001 From: xpyjs <jeremyjone@qq.com> Date: Thu, 25 May 2023 17:16:48 +0800 Subject: [PATCH] chore(release): 2.0.4 --- CHANGELOG.md | 12 ++++++++++++ package.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d67ce35..d6eee49 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.0.4](https://github.com/xpyjs/gantt/compare/v2.0.3...v2.0.4) (2023-05-25) + + +### Features + +* **reactive:** allow scope data to reactive ([d8f582c](https://github.com/xpyjs/gantt/commit/d8f582cc8314da1f48e10306494e42bd69e26247)), closes [#42](https://github.com/xpyjs/gantt/issues/42) + + +### Bug Fixes + +* 🐛text slots can not display ([05a8e74](https://github.com/xpyjs/gantt/commit/05a8e74672bc3ccfbf235742af4875a4662cbc4f)) + ### [2.0.3](https://github.com/xpyjs/gantt/compare/v2.0.2...v2.0.3) (2023-05-24) diff --git a/package.json b/package.json index 0981c08..767f24f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "jeremyjone", "license": "MIT", "private": false, - "version": "2.0.3", + "version": "2.0.4", "preview": false, "publishConfig": { "access": "public", @@ -112,4 +112,4 @@ "path": "node_modules/cz-git" } } -} \ No newline at end of file +}