From 007d7f6df52ad53291ff1b3a15a865dc43a52a77 Mon Sep 17 00:00:00 2001 From: zhangtengjin <1257450210@qq.com> Date: Fri, 22 Dec 2023 10:06:05 +0800 Subject: [PATCH] chore(release): 1.9.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d88b2b..525827e2 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.6](https://github.com/byai/topology/compare/v1.9.5...v1.9.6) (2023-12-22) + + +### Bug Fixes + +* fix computeAnchorPoWithNodeBottom ([ce00270](https://github.com/byai/topology/commit/ce0027008230ef80f75cd319581e77b73ac5b0e6)) + ### [1.9.5](https://github.com/byai/topology/compare/v1.9.4...v1.9.5) (2023-12-22) diff --git a/package.json b/package.json index 23378295..a0333a2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@byai/topology", - "version": "1.9.5", + "version": "1.9.6", "description": "拓扑图组件", "bugs": { "url": "https://github.com/byai/topology/issues"