From eb2edf027a0700f1e3e8f4bb74407bfea0ace6d3 Mon Sep 17 00:00:00 2001 From: Shinwoo PARK Date: Fri, 17 Nov 2023 18:26:22 +0900 Subject: [PATCH] v1.1.1 --- dist/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/package.json b/dist/package.json index 94031d4..5cf5421 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "nlogdec", - "version": "1.1.0", + "version": "1.1.1", "description": "A NestJS Logger Decorator Library", "main": "lib/index.js", "repository": "https://github.com/worplo/nestlogged",