From c0608264cf44d6ea5a7fc6d9e1501de42e1d434e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Sep 2022 22:00:10 +0000 Subject: [PATCH] chore(release): 4.4.0 [skip ci] # [4.4.0](https://github.com/etienne-bechara/nestjs-orm/compare/v4.3.5...v4.4.0) (2022-09-21) ### Bug Fixes * bump orm ([0e58227](https://github.com/etienne-bechara/nestjs-orm/commit/0e58227d7ef8b51e96d49d85f9fbef9f0885a664)) * interceptor async ([ed627ac](https://github.com/etienne-bechara/nestjs-orm/commit/ed627ac4fbd6c32a0e1ff42ab328a097c3f07042)) * read options type ([4d5808d](https://github.com/etienne-bechara/nestjs-orm/commit/4d5808d1e396e9debf46a2aacb7d0dfee7b6df67)) * test createFrom ([536d725](https://github.com/etienne-bechara/nestjs-orm/commit/536d725df5a501eff6cec0c08ada312ffdc97ca5)) ### Features * simplify orm repository to contain only sync operations ([6ee995d](https://github.com/etienne-bechara/nestjs-orm/commit/6ee995d5dc99de8b24a23731c97a71708f82ace8)) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4da9bc..a6bfb8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [4.4.0](https://github.com/etienne-bechara/nestjs-orm/compare/v4.3.5...v4.4.0) (2022-09-21) + + +### Bug Fixes + +* bump orm ([0e58227](https://github.com/etienne-bechara/nestjs-orm/commit/0e58227d7ef8b51e96d49d85f9fbef9f0885a664)) +* interceptor async ([ed627ac](https://github.com/etienne-bechara/nestjs-orm/commit/ed627ac4fbd6c32a0e1ff42ab328a097c3f07042)) +* read options type ([4d5808d](https://github.com/etienne-bechara/nestjs-orm/commit/4d5808d1e396e9debf46a2aacb7d0dfee7b6df67)) +* test createFrom ([536d725](https://github.com/etienne-bechara/nestjs-orm/commit/536d725df5a501eff6cec0c08ada312ffdc97ca5)) + + +### Features + +* simplify orm repository to contain only sync operations ([6ee995d](https://github.com/etienne-bechara/nestjs-orm/commit/6ee995d5dc99de8b24a23731c97a71708f82ace8)) + ## [4.3.5](https://github.com/etienne-bechara/nestjs-orm/compare/v4.3.4...v4.3.5) (2022-09-16) # [4.4.0-beta.3](https://github.com/etienne-bechara/nestjs-orm/compare/v4.4.0-beta.2...v4.4.0-beta.3) (2022-09-03) diff --git a/package.json b/package.json index 3cffacc..667612f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bechara/nestjs-orm", - "version": "4.3.5", + "version": "4.4.0", "description": "ORM Module Component for NestJS Projects", "author": { "name": "Etienne Bechara",