From 5b89903ff7849a413f8c4532514193c8009d7706 Mon Sep 17 00:00:00 2001 From: Brian McDaniel Date: Wed, 14 Jan 2026 14:46:26 -0500 Subject: [PATCH] v0.0.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9920bdf..9a90203 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@brianmcd/di", - "version": "0.0.7", + "version": "0.0.8", "description": "Lightweight, decorator-free, type-safe dependency injection container for TypeScript", "author": "Brian McDaniel", "license": "MIT",