Skip to content

Commit b1f373f

Browse files
Merge 177fb20 into cf9c479
2 parents cf9c479 + 177fb20 commit b1f373f

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/yellow-pumas-deny.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.2
4+
5+
### Patch Changes
6+
7+
- [#66](https://github.com/antvis/GPT-Vis/pull/66) [`cf9c479`](https://github.com/antvis/GPT-Vis/commit/cf9c479393058b380d4665e6ee512278c3d7572d) Thanks [@BBSQQ](https://github.com/BBSQQ)! - feat(text): optimize vis-text margin
8+
39
## 0.4.1
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.1",
3+
"version": "0.4.2",
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.1';
1+
export default '0.4.2';

0 commit comments

Comments
 (0)