Skip to content

Commit a2d93de

Browse files
chore(release): 6.6.1 [skip ci]
## [6.6.1](v6.6.0...v6.6.1) (2025-09-24) ### Bug Fixes * **orm:** expose entity manager clearing ([a91ed0c](a91ed0c))
1 parent 0758d3d commit a2d93de

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.6.1](https://github.com/etienne-bechara/crux/compare/v6.6.0...v6.6.1) (2025-09-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **orm:** expose entity manager clearing ([a91ed0c](https://github.com/etienne-bechara/crux/commit/a91ed0ca33979f9f1d8baf76b30583c10e635efe))
7+
18
# [6.6.0](https://github.com/etienne-bechara/crux/compare/v6.5.0...v6.6.0) (2025-09-23)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bechara/crux",
3-
"version": "6.6.0",
3+
"version": "6.6.1",
44
"description": "Node.js backend package including: framework (NestJS), HTTP server (Fastify), HTTP client (Fetch), distributed caching (ioredis), ORM (MikroORM), documentation (OpenAPI), logger (Loki), metrics (Prometheus) and tracing (Tempo with OpenTelemetry).",
55
"author": {
66
"name": "Etienne Bechara",

0 commit comments

Comments
 (0)