Skip to content

Commit a0c0048

Browse files
chore: version
1 parent e333060 commit a0c0048

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/slow-drinks-thank.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.0
4+
5+
### Minor Changes
6+
7+
- [#62](https://github.com/antvis/GPT-Vis/pull/62) [`e333060`](https://github.com/antvis/GPT-Vis/commit/e333060d66d7c082bae9d73f4c31e658c1c8e4e5) Thanks [@lvisei](https://github.com/lvisei)! - feat: support event for data communicate
8+
39
## 0.3.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.3.4",
3+
"version": "0.4.0",
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.3.4';
1+
export default '0.4.0';

0 commit comments

Comments
 (0)