From 18b374a1e83c4f04433e45c823573ef51e4ee0bb Mon Sep 17 00:00:00 2001 From: "jiho.park" Date: Thu, 26 Oct 2023 16:45:06 +0900 Subject: [PATCH] chore: release v0.8.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d33cff0..d25680e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-library/crud", - "version": "0.8.4", + "version": "0.8.5", "description": "Automatically generate CRUD Rest API based on NestJS and TypeOrm", "homepage": "https://github.com/woowabros/nestjs-library-crud", "repository": {