From 38213f19b14c9a3787bd6bc3f6756ae40b1692ea Mon Sep 17 00:00:00 2001 From: toptobes Date: Sat, 22 Jun 2024 01:52:21 -0500 Subject: [PATCH] 1.3.0 --- package-lock.json | 4 ++-- package.json | 2 +- src/version.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b0864af4..a0ba08d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@datastax/astra-db-ts", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@datastax/astra-db-ts", - "version": "1.2.1", + "version": "1.3.0", "license": "Apache-2.0", "dependencies": { "fetch-h2": "^3.0.2", diff --git a/package.json b/package.json index 478dbaad..1f25467e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@datastax/astra-db-ts", - "version": "1.2.1", + "version": "1.3.0", "description": "Astra DB TS Client", "contributors": [ "Kavin Gupta (https://github.com/toptobes)", diff --git a/src/version.ts b/src/version.ts index 755136d8..b53149f7 100644 --- a/src/version.ts +++ b/src/version.ts @@ -13,4 +13,4 @@ // limitations under the License. export const LIB_NAME = 'astra-db-ts'; -export const LIB_VERSION = '1.2.1'; +export const LIB_VERSION = '1.3.0';