Skip to content

Commit

Permalink
chore: version (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 23, 2024
1 parent e333060 commit fce8197
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/slow-drinks-thank.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @antv/gpt-vis

## 0.4.0

### Minor Changes

- [#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

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gpt-vis",
"version": "0.3.4",
"version": "0.4.0",
"description": "Components for GPTs, generative AI, and LLM projects. Not only UI Components.",
"keywords": [
"antv",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.3.4';
export default '0.4.0';

0 comments on commit fce8197

Please sign in to comment.