From e3508d7fe6623606992a2ccf43d8f1cdd0757dd1 Mon Sep 17 00:00:00 2001 From: p-sw Date: Thu, 28 Mar 2024 01:23:09 +0900 Subject: [PATCH] v2.2.6 --- dist/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/package.json b/dist/package.json index 3caeeea..493b78a 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "nestlogged", - "version": "2.2.5", + "version": "2.2.6", "description": "A NestJS Logger Decorator Library", "main": "lib/index.js", "repository": "https://github.com/worplo/nestlogged",