Skip to content

Commit 1aebe17

Browse files
Merge branch 'master' of github.com:etienne-bechara/crux
2 parents d79d793 + 344f4fa commit 1aebe17

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [6.3.1](https://github.com/etienne-bechara/crux/compare/v6.3.0...v6.3.1) (2025-07-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **app:** add missing await to register promise ([412fbad](https://github.com/etienne-bechara/crux/commit/412fbadc2b7d0ea40581dbae56a1f57b2b1949de))
7+
* **random:** add doc example for multipart form-data ([34cc086](https://github.com/etienne-bechara/crux/commit/34cc0868d6bfaa767b6c11867e4d05cdde98c22b))
8+
19
# [6.3.0](https://github.com/etienne-bechara/crux/compare/v6.2.4...v6.3.0) (2025-07-04)
210

311

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.3.0",
3+
"version": "6.3.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)