From 0cb27a04d61f86ac617ddbcd5dd23ada090385b3 Mon Sep 17 00:00:00 2001 From: Flo Date: Wed, 29 Jul 2026 12:30:51 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=96=20Set=20version=20to=202.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 535b130..a13183e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@causa/runtime", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@causa/runtime", - "version": "2.0.0", + "version": "2.0.1", "license": "ISC", "dependencies": { "@nestjs/cache-manager": "^3.1.3", diff --git a/package.json b/package.json index a6c05a6..c0460a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@causa/runtime", - "version": "2.0.0", + "version": "2.0.1", "description": "The package exposing the runtime SDK for Causa, focusing on service containers and event-based processing.", "repository": { "type": "git", From 596429f4a4cce671e98cf3ae57767b7826213a18 Mon Sep 17 00:00:00 2001 From: Flo Date: Wed, 29 Jul 2026 12:31:09 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20Update=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff3a266..c37b80d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## v2.0.1 (2026-07-29) + Fixes: - Make the `AppFixture` start the application's HTTP server on the loopback address during initialization, rather than letting `supertest` bind it to the IPv6 wildcard address for each request. This avoids requests being routed to an unrelated process listening on `127.0.0.1` with the same port.