diff --git a/CHANGELOG.md b/CHANGELOG.md index e56edf6..7393382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [5.9.3](https://github.com/etienne-bechara/crux/compare/v5.9.2...v5.9.3) (2024-10-22) + + +### Bug Fixes + +* temp disable sonar ([33f6e31](https://github.com/etienne-bechara/crux/commit/33f6e31fe40ab4a4b9838824cb12e1383001ba05)) +* **transform:** to number array with number inputs ([1172370](https://github.com/etienne-bechara/crux/commit/1172370612b1118b34b9d3e342f625513ee5008f)) + ## [5.9.2](https://github.com/etienne-bechara/crux/compare/v5.9.1...v5.9.2) (2024-10-19) diff --git a/package.json b/package.json index 57c6659..400d24e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bechara/crux", - "version": "5.9.2", + "version": "5.9.3", "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",