From b7e4489e51f75c5f5e3635e038d68ec1c7694624 Mon Sep 17 00:00:00 2001 From: shi yuhang <52435083+shiyuhang0@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:01:16 +0800 Subject: [PATCH] Release 0.2.0 (#67) * release 0.2.0 * release 0.2.0 --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 948e8a0..eca8ddb 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/version.ts b/src/version.ts index 18ff035..12d84aa 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const Version = '0.1.1' +export const Version = '0.2.0'