Skip to content

Commit

Permalink
Release 0.2.0 (#67)
Browse files Browse the repository at this point in the history
* release 0.2.0

* release 0.2.0
  • Loading branch information
shiyuhang0 authored Jul 9, 2024
1 parent a4febd9 commit b7e4489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1.1",
"version": "0.2.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.1.1'
export const Version = '0.2.0'

0 comments on commit b7e4489

Please sign in to comment.