From 65b73216666831622b27b8f106fb7e3ee4df7321 Mon Sep 17 00:00:00 2001 From: Dennis Lysenko Date: Mon, 23 Sep 2024 21:02:56 -0400 Subject: [PATCH] Update version to 1.0.5 Bump the package version from 1.0.4 to 1.0.5 in `nestjs/package.json`. This version increment likely includes minor changes or fixes that improve the module's functionality or performance. --- packages/nestjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nestjs/package.json b/packages/nestjs/package.json index f238451..6bc39fd 100644 --- a/packages/nestjs/package.json +++ b/packages/nestjs/package.json @@ -1,6 +1,6 @@ { "name": "@dl-tech/realtime-mongo-nestjs", - "version": "1.0.4", + "version": "1.0.5", "description": "NestJS Module to enable Realtime Database for MongoDB (@nestjs/mongoose)", "main": "dist/index.js", "module": "dist/index.mjs",