Skip to content

Commit dd9a40f

Browse files
chore(release): 6.2.3 [skip ci]
## [6.2.3](v6.2.2...v6.2.3) (2025-06-12) ### Bug Fixes * **package:** remove unnecessary fastify static ([3104bef](3104bef)) ### Reverts * Revert "fix(app): remove asset serving support" ([4409546](4409546))
1 parent 3104bef commit dd9a40f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [6.2.3](https://github.com/etienne-bechara/crux/compare/v6.2.2...v6.2.3) (2025-06-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **package:** remove unnecessary fastify static ([3104bef](https://github.com/etienne-bechara/crux/commit/3104bef19f9e389a76db585a958a2c5a800a51a6))
7+
8+
9+
### Reverts
10+
11+
* Revert "fix(app): remove asset serving support" ([4409546](https://github.com/etienne-bechara/crux/commit/440954693b23ba8f98f52342665fae22b27ce0b5))
12+
113
## [6.2.2](https://github.com/etienne-bechara/crux/compare/v6.2.1...v6.2.2) (2025-06-12)
214

315

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