Skip to content

Commit 5543ff3

Browse files
Merge 70adc69 into e3be22f
2 parents e3be22f + 70adc69 commit 5543ff3

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/yummy-months-return.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @antv/gpt-vis
22

3+
## 0.5.3
4+
5+
### Patch Changes
6+
7+
- [#173](https://github.com/antvis/GPT-Vis/pull/173) [`e3be22f`](https://github.com/antvis/GPT-Vis/commit/e3be22fb7f328479bde4033eaa92f406846118d0) Thanks [@XinyueDu](https://github.com/XinyueDu)! - add zoomin zoom out
8+
39
## 0.5.2
410

511
### Patch Changes

package.json

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

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '0.5.2';
1+
export default '0.5.3';

0 commit comments

Comments
 (0)