From c7a2128b54400a481acf5f81aacbcb1eb4e369ab Mon Sep 17 00:00:00 2001 From: exuanbo Date: Thu, 24 Oct 2024 19:13:17 +0100 Subject: [PATCH] 0.1.2 --- jsr.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsr.json b/jsr.json index 18483ad..c775288 100644 --- a/jsr.json +++ b/jsr.json @@ -1,7 +1,7 @@ { "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@exuanbo/di-wise", - "version": "0.1.1", + "version": "0.1.2", "exports": "./src/index.ts", "publish": { "include": ["src", "!src/__tests__", "README.md"] diff --git a/package.json b/package.json index 75b6f8d..8a3620e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "di-wise", "packageManager": "yarn@4.5.1", - "version": "0.1.1", + "version": "0.1.2", "description": "Lightweight and flexible dependency injection library for JavaScript and TypeScript, w/wo ECMAScript decorators.", "files": [ "dist",