diff --git a/.changeset/pretty-weeks-knock.md b/.changeset/pretty-weeks-knock.md deleted file mode 100644 index d9c4972..0000000 --- a/.changeset/pretty-weeks-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@antv/gpt-vis': patch ---- - -feat: 20 + Visual components diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..558321d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# @antv/gpt-vis + +## 0.1.0 + +### Patch Changes + +- [#4](https://github.com/antvis/GPT-Vis/pull/4) [`480680d`](https://github.com/antvis/GPT-Vis/commit/480680d572d85dfff8865617fb1c7ef59c04b922) Thanks [@lvisei](https://github.com/lvisei)! - feat: 20 + Visual components diff --git a/package.json b/package.json index 6c7a199..a61bb16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/gpt-vis", - "version": "0.0.1", + "version": "0.1.0", "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 8b2ab62..2f6ce8b 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '0.0.1'; +export default '0.1.0';