From 260a5bda174e7789ea6c428b7e675351e55a3812 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Mar 2022 03:11:03 +0000 Subject: [PATCH] chore(release): 4.0.2 [skip ci] ## [4.0.2](https://github.com/etienne-bechara/nestjs-orm/compare/v4.0.1...v4.0.2) (2022-03-22) ### Bug Fixes * bump core ([11b5320](https://github.com/etienne-bechara/nestjs-orm/commit/11b5320d6dbfc50ceb637ce014a388b8d47c3dc2)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb596dd..817238a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.2](https://github.com/etienne-bechara/nestjs-orm/compare/v4.0.1...v4.0.2) (2022-03-22) + + +### Bug Fixes + +* bump core ([11b5320](https://github.com/etienne-bechara/nestjs-orm/commit/11b5320d6dbfc50ceb637ce014a388b8d47c3dc2)) + ## [4.0.1](https://github.com/etienne-bechara/nestjs-orm/compare/v4.0.0...v4.0.1) (2022-03-08) diff --git a/package.json b/package.json index 81dae27..95e0b83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bechara/nestjs-orm", - "version": "4.0.1", + "version": "4.0.2", "description": "ORM Module Component for NestJS Projects", "author": { "name": "Etienne Bechara",