From afce3433a839276cdaec506d60931bff3c0459a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Dec 2024 06:39:41 +0000 Subject: [PATCH] chore: version --- .changeset/eighty-dingos-sing.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/eighty-dingos-sing.md diff --git a/.changeset/eighty-dingos-sing.md b/.changeset/eighty-dingos-sing.md deleted file mode 100644 index f522a9e..0000000 --- a/.changeset/eighty-dingos-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@antv/gpt-vis': patch ---- - -fix: add style props for map diff --git a/CHANGELOG.md b/CHANGELOG.md index 776ae2b..8639cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @antv/gpt-vis +## 0.4.1 + +### Patch Changes + +- [#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 + ## 0.4.0 ### Minor Changes diff --git a/package.json b/package.json index 0e8cabc..15a9624 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/gpt-vis", - "version": "0.4.0", + "version": "0.4.1", "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 b867173..36e4b43 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '0.4.0'; +export default '0.4.1';