From 83f30c57cc5bf6b29600d3a4f696931411989703 Mon Sep 17 00:00:00 2001 From: zhangtengjin <1257450210@qq.com> Date: Thu, 1 Feb 2024 16:26:08 +0800 Subject: [PATCH] chore(release): 1.9.8 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a9904c1..63333b73 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. +### [1.9.8](https://github.com/byai/topology/compare/v1.9.7...v1.9.8) (2024-02-01) + + +### Features + +* update event listening ([fc6f21e](https://github.com/byai/topology/commit/fc6f21edbf1706ec21d31d9b6d9466b67a095f83)) + ### [1.9.7](https://github.com/byai/topology/compare/v1.9.6...v1.9.7) (2024-01-25) diff --git a/package.json b/package.json index 492dd86e..ede061a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@byai/topology", - "version": "1.9.7", + "version": "1.9.8", "description": "拓扑图组件", "bugs": { "url": "https://github.com/byai/topology/issues"