Skip to content

Commit 0c1a31a

Browse files
chore: version (#81)
1 parent cdd178d commit 0c1a31a

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/tricky-apples-tell.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @antv/gpt-vis
22

3+
## 0.4.5
4+
5+
### Patch Changes
6+
7+
- [#80](https://github.com/antvis/GPT-Vis/pull/80) [`cdd178d`](https://github.com/antvis/GPT-Vis/commit/cdd178df929be1f111e5701c7c73fcab57e5fb79) Thanks [@heiyexing](https://github.com/heiyexing)! - feat: 流程图节点使用默认颜色作为填充色
8+
39
## 0.4.4
410

511
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/gpt-vis",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"description": "Components for GPTs, generative AI, and LLM projects. Not only UI Components.",
55
"keywords": [
66
"antv",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '0.4.4';
1+
export default '0.4.5';

0 commit comments

Comments
 (0)