From 72e0427846816b7472a6c4ac8770535e164813ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:46:00 +0000 Subject: [PATCH] chore: version (#52) --- .changeset/strange-turtles-allow.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/strange-turtles-allow.md 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';