Skip to content

Commit f2d2aea

Browse files
Merge 738c62a into 160c3a2
2 parents 160c3a2 + 738c62a commit f2d2aea

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/tall-roses-change.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.2.2
4+
5+
### Patch Changes
6+
7+
- [#37](https://github.com/antvis/GPT-Vis/pull/37) [`160c3a2`](https://github.com/antvis/GPT-Vis/commit/160c3a29ebf882868a3957570cf5df255b9e4042) Thanks [@lvisei](https://github.com/lvisei)! - feat: support table paraser
8+
39
## 0.2.1
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.2.1",
3+
"version": "0.2.2",
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.2.1';
1+
export default '0.2.2';

0 commit comments

Comments
 (0)