Skip to content

Commit

Permalink
Merge branch 'master' of github.com:etienne-bechara/crux
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-bechara committed Sep 2, 2024
2 parents 8753e9d + 8e16ec4 commit 21bc6ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [5.8.1](https://github.com/etienne-bechara/crux/compare/v5.8.0...v5.8.1) (2024-08-24)


### Bug Fixes

* bump example to nodejs 20.x ([45cd6f4](https://github.com/etienne-bechara/crux/commit/45cd6f4bfdedbe5e5d6587679631b6fc79a058c8))
* remove unnecessary compressions ([3d3f988](https://github.com/etienne-bechara/crux/commit/3d3f988d0523da050684bb8912cc1fea2d5e9486))
* **validate:** improve @IsString() to be configurable for allowEmpty ([1bdc27e](https://github.com/etienne-bechara/crux/commit/1bdc27e5910635ae2a094adaa7d565084a735204))
* **validate:** require is string to be not empty ([3a56be3](https://github.com/etienne-bechara/crux/commit/3a56be3aa72d3d181ba3d0fdf7d3f24e9453186b))

# [5.8.0](https://github.com/etienne-bechara/crux/compare/v5.7.5...v5.8.0) (2024-08-01)


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.8.0",
"version": "5.8.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",
Expand Down

0 comments on commit 21bc6ce

Please sign in to comment.