From 9ddaeda581ae7a97ae5f2115775dd760687c7abc Mon Sep 17 00:00:00 2001 From: Shinwoo PARK Date: Tue, 18 Mar 2025 21:30:01 +0900 Subject: [PATCH] chore: update package version to 3.2.0-beta.1 Prepare for the upcoming release by updating the version to 3.2.0-beta.1 --- dist/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/package.json b/dist/package.json index 9389acf..4eb8d9b 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "nestlogged", - "version": "3.1.0", + "version": "3.2.0-beta.1", "description": "A NestJS Logger Decorator Library", "main": "lib/index.js", "repository": "https://git.psw.kr/p-sw/nestlogged",