Skip to content

Commit d237d08

Browse files
Merge cb66fa6 into 8688e41
2 parents 8688e41 + cb66fa6 commit d237d08

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/brave-buttons-wait.md

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

.changeset/busy-forks-boil.md

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

CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [#161](https://github.com/antvis/GPT-Vis/pull/161) [`32a356f`](https://github.com/antvis/GPT-Vis/commit/32a356f404c77579ee64c56c61ca6c6e16cb2ea9) Thanks [@XinyueDu](https://github.com/XinyueDu)! - add copy feedback
8+
9+
- [#158](https://github.com/antvis/GPT-Vis/pull/158) [`e163133`](https://github.com/antvis/GPT-Vis/commit/e1631332190c3195f523d86f70b7c6840e0b599f) Thanks [@BoyYangzai](https://github.com/BoyYangzai)! - fix: resolve module import error
10+
311
## 0.5.0
412

513
### Minor 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.0",
3+
"version": "0.5.1",
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.0';
1+
export default '0.5.1';

0 commit comments

Comments
 (0)