Skip to content

Commit

Permalink
chore(release): 5.9.12 [skip ci]
Browse files Browse the repository at this point in the history
## [5.9.12](v5.9.11...v5.9.12) (2025-01-27)

### Bug Fixes

* **orm:** ensure entity manager is cleared after async context is finished ([b6d3d2b](b6d3d2b))
  • Loading branch information
semantic-release-bot committed Jan 27, 2025
1 parent 5dc831d commit ead0071
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 @@
## [5.9.12](https://github.com/etienne-bechara/crux/compare/v5.9.11...v5.9.12) (2025-01-27)


### Bug Fixes

* **orm:** ensure entity manager is cleared after async context is finished ([b6d3d2b](https://github.com/etienne-bechara/crux/commit/b6d3d2b6f5d8ea34f31742954ae793540f81c36e))

## [5.9.11](https://github.com/etienne-bechara/crux/compare/v5.9.10...v5.9.11) (2025-01-09)


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/crux",
"version": "5.9.11",
"version": "5.9.12",
"description": "Node.js backend package including: framework (NestJS), HTTP server (Fastify), HTTP client (Fetch), distributed caching (ioredis), ORM (MikroORM), swagger documentation (Redoc), logger (Loki), metrics (Prometheus) and tracing (Tempo with OpenTelemetry).",
"author": {
"name": "Etienne Bechara",
Expand Down

0 comments on commit ead0071

Please sign in to comment.