From 27fa7927e812f5eababaa13f5f83be4282f40480 Mon Sep 17 00:00:00 2001 From: Max P Date: Fri, 16 Aug 2024 18:22:20 +0200 Subject: [PATCH] Bump version to 0.0.12 Updated the version in package.json from 0.0.11 to 0.0.12 to reflect the latest changes and improvements. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53e7338..3af0761 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-injex", - "version": "0.0.11", + "version": "0.0.12", "description": "Simple boilerplate code free dependency injection system for TypeScript.", "type": "module", "main": "./dist/index.js",