From 700d7a20df39c5b75468b69c3dd19741249aa1c3 Mon Sep 17 00:00:00 2001 From: "jiho.park" Date: Wed, 11 Oct 2023 17:05:23 +0900 Subject: [PATCH] chore: release v0.8.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eeeafc2..d33cff0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-library/crud", - "version": "0.8.3", + "version": "0.8.4", "description": "Automatically generate CRUD Rest API based on NestJS and TypeOrm", "homepage": "https://github.com/woowabros/nestjs-library-crud", "repository": {