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
This commit is contained in:
Shinwoo PARK 2025-03-18 21:30:01 +09:00
parent 8047709e71
commit 9ddaeda581

2
dist/package.json vendored
View File

@ -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",