Skip to content

Commit e39ec2d

Browse files
authored
release 0.1.0 (#56)
1 parent 98b2f1e commit e39ec2d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tidbcloud/serverless",
3-
"version": "0.0.11-beta2",
3+
"version": "0.1.0",
44
"description": "TiDB Cloud Serverless Driver",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",

Diff for: src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const Version = '0.0.11-beta2'
1+
export const Version = '0.1.0'

Diff for: test.js

Whitespace-only changes.

0 commit comments

Comments
 (0)