diff --git a/CHANGELOG.md b/CHANGELOG.md index 165087d..6c6542c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.4.1](https://github.com/etienne-bechara/crux/compare/v5.4.0...v5.4.1) (2024-02-01) + + +### Bug Fixes + +* **orm:** create next and previous token concurrently ([be21b4a](https://github.com/etienne-bechara/crux/commit/be21b4ac896c7fb1def9e384675a86066667461e)) + # [5.4.0](https://github.com/etienne-bechara/crux/compare/v5.3.7...v5.4.0) (2024-02-01) diff --git a/package.json b/package.json index 5b76e2d..7b2c61b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bechara/crux", - "version": "5.4.0", + "version": "5.4.1", "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",