diff --git a/package-lock.json b/package-lock.json index 7efdc27a..7119ec7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@datastax/astra-db-ts", - "version": "1.1.1-0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@datastax/astra-db-ts", - "version": "1.1.1-0", + "version": "1.2.0", "license": "Apache-2.0", "dependencies": { "bson-objectid": "^2.0.4", diff --git a/package.json b/package.json index c3f9f6e8..d0faf92a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@datastax/astra-db-ts", - "version": "1.1.1-0", + "version": "1.2.0", "description": "Astra DB TS Client", "contributors": [ "Kavin Gupta (https://github.com/toptobes)", diff --git a/src/version.ts b/src/version.ts index 1f664066..a5da5f89 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.1.1-0"; +export const LIB_VERSION = "1.2.0";