Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-bechara committed Feb 16, 2024
2 parents aec70f5 + 26c3e86 commit 340c3d9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [5.5.0](https://github.com/etienne-bechara/crux/compare/v5.4.2...v5.5.0) (2024-02-16)


### Bug Fixes

* **app:** metadata enum ([de04cf7](https://github.com/etienne-bechara/crux/commit/de04cf715bcbae71a59c476e07b33103258ddc81))
* **doc:** improve operationId generation ([1ade6bf](https://github.com/etienne-bechara/crux/commit/1ade6bfeb1c530a987051339cba360633e164533))
* dto nomenclatures ([19e3ed1](https://github.com/etienne-bechara/crux/commit/19e3ed128f0301f2736306160aba530ec637fb94))


### Features

* **transform:** add response body validation support ([7077539](https://github.com/etienne-bechara/crux/commit/7077539756b52f4f48900c13c1703c7d6c70bd9e))
* **transform:** automatically add documentation when response is specified ([4dd9d4f](https://github.com/etienne-bechara/crux/commit/4dd9d4f9bc47f583171b06a03502bf86b1134bce))

## [5.4.2](https://github.com/etienne-bechara/crux/compare/v5.4.1...v5.4.2) (2024-02-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bechara/crux",
"version": "5.4.2",
"version": "5.5.0",
"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",
Expand Down

0 comments on commit 340c3d9

Please sign in to comment.