Skip to content

Commit

Permalink
release 0.1.0 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Feb 22, 2024
1 parent 98b2f1e commit e39ec2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tidbcloud/serverless",
"version": "0.0.11-beta2",
"version": "0.1.0",
"description": "TiDB Cloud Serverless Driver",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const Version = '0.0.11-beta2'
export const Version = '0.1.0'
Empty file removed test.js
Empty file.

0 comments on commit e39ec2d

Please sign in to comment.