Skip to content

Commit

Permalink
chore: version (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 14, 2024
1 parent 480680d commit 1798365
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/pretty-weeks-knock.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.0.1';
export default '0.1.0';

0 comments on commit 1798365

Please sign in to comment.