diff --git a/CHANGELOG.md b/CHANGELOG.md index 9da3ca6..2f1ee92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.9.6](https://github.com/etienne-bechara/crux/compare/v5.9.5...v5.9.6) (2024-10-23) + + +### Bug Fixes + +* use pat instead of public token ([d133ef5](https://github.com/etienne-bechara/crux/commit/d133ef563c6e60847a1c4b212707946aaaa15c07)) + ## [5.9.5](https://github.com/etienne-bechara/crux/compare/v5.9.4...v5.9.5) (2024-10-23) diff --git a/package.json b/package.json index b3c40a5..b9cff49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bechara/crux", - "version": "5.9.5", + "version": "5.9.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",