From ba08ed75cfecd472d8167e5c4877579b689328eb Mon Sep 17 00:00:00 2001 From: "jiho.park" Date: Mon, 30 Oct 2023 12:39:28 +0900 Subject: [PATCH] chore: release v0.8.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 422ae0a..298702f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-library/crud", - "version": "0.8.6", + "version": "0.8.7", "description": "Automatically generate CRUD Rest API based on NestJS and TypeOrm", "homepage": "https://github.com/woowabros/nestjs-library-crud", "repository": {