Skip to content

Commit

Permalink
chore(release): 4.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.4.0](v4.3.5...v4.4.0) (2022-09-21)

### Bug Fixes

* bump orm ([0e58227](0e58227))
* interceptor async ([ed627ac](ed627ac))
* read options type ([4d5808d](4d5808d))
* test createFrom ([536d725](536d725))

### Features

* simplify orm repository to contain only sync operations ([6ee995d](6ee995d))
  • Loading branch information
semantic-release-bot committed Sep 21, 2022
1 parent 536d725 commit c060826
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c060826

Please sign in to comment.