Bump package version to 0.0.12

Updated the package version from 0.0.11 to 0.0.12 to reflect recent changes and improvements in the codebase. This helps ensure version clarity and proper dependency management.
This commit is contained in:
2024-08-16 18:41:45 +02:00
committed by Max P.
parent cc2d4c08e8
commit 37b2eb4da2

View File

@@ -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",