Skip to content

Commit d835151

Browse files
chore(release): 6.6.2 [skip ci]
## [6.6.2](v6.6.1...v6.6.2) (2025-10-25) ### Bug Fixes * **http:** parse cookies using native getSetCookie ([33df354](33df354))
1 parent 33df354 commit d835151

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.6.2](https://github.com/etienne-bechara/crux/compare/v6.6.1...v6.6.2) (2025-10-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **http:** parse cookies using native getSetCookie ([33df354](https://github.com/etienne-bechara/crux/commit/33df35431eba9bd4747fb9e07726e8324a413fd1))
7+
18
## [6.6.1](https://github.com/etienne-bechara/crux/compare/v6.6.0...v6.6.1) (2025-09-24)
29

310

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