diff --git a/dist/package.json b/dist/package.json index 020a9ba..b484c50 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "nestlogged", - "version": "3.2.1", + "version": "3.2.2", "description": "A NestJS Logger Decorator Library", "main": "lib/index.js", "repository": "https://git.psw.kr/p-sw/nestlogged", diff --git a/package.json b/package.json index a9ecb6f..401fcd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestlogged", - "version": "3.2.1", + "version": "3.2.2", "description": "A NestJS Logger Decorator Library", "main": "./dist/lib/index.js", "repository": "https://git.psw.kr/p-sw/nestlogged",