Skip to content

Commit

Permalink
chore(release): 3.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.4.0](v3.3.1...v3.4.0) (2021-08-09)

### Bug Fixes

* remove the need of reload ([c54d458](c54d458))

### Features

* add flush by interceptor ([a3f6cd7](a3f6cd7))
  • Loading branch information
semantic-release-bot committed Aug 9, 2021
1 parent c54d458 commit 30cdd65
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.4.0](https://github.com/etienne-bechara/nestjs-orm/compare/v3.3.1...v3.4.0) (2021-08-09)


### Bug Fixes

* remove the need of reload ([c54d458](https://github.com/etienne-bechara/nestjs-orm/commit/c54d458e732f164789d4b74cf0f2f5c7970637d5))


### Features

* add flush by interceptor ([a3f6cd7](https://github.com/etienne-bechara/nestjs-orm/commit/a3f6cd78eb4df8d4a37b8af8015c5db9a20a4b41))

## [3.3.1](https://github.com/etienne-bechara/nestjs-orm/compare/v3.3.0...v3.3.1) (2021-08-08)


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": "3.3.1",
"version": "3.4.0",
"description": "ORM Module Component for NestJS Projects",
"author": {
"name": "Etienne Bechara",
Expand Down

0 comments on commit 30cdd65

Please sign in to comment.