diff --git a/.changeset/strange-turtles-allow.md b/.changeset/strange-turtles-allow.md deleted file mode 100644 index 684716d..0000000 --- a/.changeset/strange-turtles-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@antv/gpt-vis': patch ---- - -feat: map support update diff --git a/CHANGELOG.md b/CHANGELOG.md index f092411..b97e6b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @antv/gpt-vis +## 0.3.3 + +### Patch Changes + +- [#51](https://github.com/antvis/GPT-Vis/pull/51) [`376c22b`](https://github.com/antvis/GPT-Vis/commit/376c22b9412b07fd4073cdb967ec4df1ed709720) Thanks [@lzxue](https://github.com/lzxue)! - feat: map support update + ## 0.3.2 ### Patch Changes diff --git a/package.json b/package.json index 9944289..88843d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/gpt-vis", - "version": "0.3.2", + "version": "0.3.3", "description": "Components for GPTs, generative AI, and LLM projects. Not only UI Components.", "keywords": [ "antv", diff --git a/src/version.ts b/src/version.ts index 134cd82..2c76bef 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '0.3.2'; +export default '0.3.3';