From aa8abef17298893d8880118619464002a8be525f Mon Sep 17 00:00:00 2001 From: Flo Date: Thu, 6 Aug 2026 15:32:39 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=96=20Set=20version=20to=202.1.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 c4ed1af..a311095 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@causa/runtime", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@causa/runtime", - "version": "2.1.0", + "version": "2.1.1", "license": "ISC", "dependencies": { "@nestjs/cache-manager": "^3.1.3", diff --git a/package.json b/package.json index abff56f..176f4d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@causa/runtime", - "version": "2.1.0", + "version": "2.1.1", "description": "The package exposing the runtime SDK for Causa, focusing on service containers and event-based processing.", "repository": { "type": "git", From f5c71e0ca665126b49a6dc5f1d83aa511cda5543 Mon Sep 17 00:00:00 2001 From: Flo Date: Thu, 6 Aug 2026 15:32:49 +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 8523184..d997489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## v2.1.1 (2026-08-06) + Fixes: - Fix import cycles.