From 31e27b233911e41654b52de20e80bbdd66a19a27 Mon Sep 17 00:00:00 2001 From: toptobes Date: Fri, 31 May 2024 12:59:01 -0500 Subject: [PATCH] 1.2.1 --- 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 0e1d335b..ebf96e88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@datastax/astra-db-ts", - "version": "1.2.1-1", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@datastax/astra-db-ts", - "version": "1.2.1-1", + "version": "1.2.1", "license": "Apache-2.0", "dependencies": { "bson-objectid": "^2.0.4", diff --git a/package.json b/package.json index c80d918d..aaf54668 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@datastax/astra-db-ts", - "version": "1.2.1-1", + "version": "1.2.1", "description": "Astra DB TS Client", "contributors": [ "Kavin Gupta (https://github.com/toptobes)", diff --git a/src/version.ts b/src/version.ts index d7936b61..74664825 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ export const LIB_NAME = 'astra-db-ts'; -export const LIB_VERSION = "1.2.1-1"; +export const LIB_VERSION = "1.2.1";