From e465881d7be9f4bc88c613d9997e6db687f99950 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Tue, 7 Jan 2025 16:48:25 -0500 Subject: [PATCH] release 0.6.8 (#262) --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ab1eb3d..97c9782 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stargate-mongoose", - "version": "0.6.7", + "version": "0.6.8", "description": "Stargate's NodeJS Mongoose compatability client", "contributors": [ "CRW (http://barnyrubble.tumblr.com/)", diff --git a/src/version.ts b/src/version.ts index 0b3d11b..971fd0f 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ export const LIB_NAME = 'stargate-mongoose'; -export const LIB_VERSION = '0.6.7'; +export const LIB_VERSION = '0.6.8';