From c34fd7ce13fa3c0ca5e641157a438705c154a239 Mon Sep 17 00:00:00 2001 From: xpyjs Date: Sat, 15 Jun 2024 16:39:12 +0800 Subject: [PATCH] chore(release): 2.1.9 --- CHANGELOG.md | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8c4d2f..25698cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.9](https://github.com/xpyjs/gantt/compare/v2.1.8...v2.1.9) (2024-06-15) + ### [2.1.8](https://github.com/xpyjs/gantt/compare/v2.1.7...v2.1.8) (2024-06-14) diff --git a/package.json b/package.json index 71acf68..0b9cbd8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "jeremyjone", "license": "MIT", "private": false, - "version": "2.1.8", + "version": "2.1.9", "preview": false, "type": "module", "publishConfig": { @@ -120,4 +120,4 @@ "path": "node_modules/cz-git" } } -} \ No newline at end of file +}