Skip to content

Commit f659701

Browse files
Merge afce343 into 5bea040
2 parents 5bea040 + afce343 commit f659701

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/eighty-dingos-sing.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.4.1
4+
5+
### Patch Changes
6+
7+
- [#64](https://github.com/antvis/GPT-Vis/pull/64) [`5bea040`](https://github.com/antvis/GPT-Vis/commit/5bea040fcd9102793e9fcbdb45e1d1a8450f201f) Thanks [@lvisei](https://github.com/lvisei)! - fix: add style props for map
8+
39
## 0.4.0
410

511
### 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.4.0",
3+
"version": "0.4.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.4.0';
1+
export default '0.4.1';

0 commit comments

Comments
 (0)