From ce5402b42c718e180238cb569144fb1821a50c89 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Jan 2024 14:48:42 +0000 Subject: [PATCH] chore(release): 5.3.6 [skip ci] ## [5.3.6](https://github.com/etienne-bechara/crux/compare/v5.3.5...v5.3.6) (2024-01-26) ### Bug Fixes * **validate:** expose build api property options ([fdbe110](https://github.com/etienne-bechara/crux/commit/fdbe110159fa1c8596f2fdfb1e2ae661d457c432)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dbb726..1260378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.3.6](https://github.com/etienne-bechara/crux/compare/v5.3.5...v5.3.6) (2024-01-26) + + +### Bug Fixes + +* **validate:** expose build api property options ([fdbe110](https://github.com/etienne-bechara/crux/commit/fdbe110159fa1c8596f2fdfb1e2ae661d457c432)) + ## [5.3.5](https://github.com/etienne-bechara/crux/compare/v5.3.4...v5.3.5) (2024-01-19) diff --git a/package.json b/package.json index a97d688..957a101 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bechara/crux", - "version": "5.3.5", + "version": "5.3.6", "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",