From c75d07d26205648666c2ad98e5116b14371adeae Mon Sep 17 00:00:00 2001 From: Junghoon Noh Date: Thu, 16 Sep 2021 21:08:26 +0900 Subject: [PATCH] Release 0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c73f6e..07fd60d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typeorm-fixture", - "version": "0.2.5", + "version": "0.3.0", "description": "Painless TypeORM fixtures", "keywords": ["typeorm", "fixture", "test", "testing", "database"], "main": "dist/index.js",