From 240ae66b9b547b2916457a84e4855e341f948ad7 Mon Sep 17 00:00:00 2001
From: Shinwoo PARK <shinwoo.park@psw.kr>
Date: Sun, 10 Dec 2023 17:38:34 +0900
Subject: [PATCH] v2.0.1

---
 dist/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist/package.json b/dist/package.json
index 79af42b..79dd91c 100644
--- a/dist/package.json
+++ b/dist/package.json
@@ -1,6 +1,6 @@
 {
   "name": "nestlogged",
-  "version": "2.0.0",
+  "version": "2.0.1",
   "description": "A NestJS Logger Decorator Library",
   "main": "lib/index.js",
   "repository": "https://github.com/worplo/nestlogged",