Skip to content

Commit

Permalink
chore: release 2.0.0-next.2
Browse files Browse the repository at this point in the history
# [2.0.0-next.2](v2.0.0-next.1...v2.0.0-next.2) (2024-02-28)

### Features

* allow overriding entity manager creation to allow end user managing external transactions ([#163](#163)) ([a249ec2](a249ec2))
  • Loading branch information
semantic-release-bot committed Feb 28, 2024
1 parent 986eaa4 commit 5748854
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.0.0-next.2](https://github.com/jorgebodega/typeorm-factory/compare/v2.0.0-next.1...v2.0.0-next.2) (2024-02-28)


### Features

* allow overriding entity manager creation to allow end user managing external transactions ([#163](https://github.com/jorgebodega/typeorm-factory/issues/163)) ([a249ec2](https://github.com/jorgebodega/typeorm-factory/commit/a249ec22756180e2e4884932489748e07ea3cf68))

# [2.0.0-next.1](https://github.com/jorgebodega/typeorm-factory/compare/v1.5.0-next.1...v2.0.0-next.1) (2023-10-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"typecheck": "tsc --noEmit"
},
"types": "dist/index.d.ts",
"version": "2.0.0-next.1"
"version": "2.0.0-next.2"
}

0 comments on commit 5748854

Please sign in to comment.