From a0f8e02a701b6179914a2213fc0a4e56def58eba Mon Sep 17 00:00:00 2001 From: "jiho.park" Date: Sun, 12 May 2024 10:03:28 +0900 Subject: [PATCH 1/2] chore: v0.12.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12dae05..cb20c08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-library/crud", - "version": "0.12.0", + "version": "0.12.1", "description": "Automatically generate CRUD Rest API based on NestJS and TypeOrm", "homepage": "https://github.com/woowabros/nestjs-library-crud", "repository": { From 61c3ed7476f7dfbeeb8ecc34fad071c60455ebaf Mon Sep 17 00:00:00 2001 From: "jiho.park" Date: Thu, 29 Aug 2024 13:39:16 +0900 Subject: [PATCH 2/2] chore: release 0.12.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f70cd85..d40343f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-library/crud", - "version": "0.12.8", + "version": "0.12.9", "description": "Automatically generate CRUD Rest API based on NestJS and TypeOrm", "homepage": "https://github.com/woowabros/nestjs-library-crud", "repository": {