Skip to content

Commit 37b560e

Browse files
authored
Merge pull request #10 from shi-rudo/prepare_beta_release
chore: Bump version to 0.0.9 in package.json and add beta release notice
2 parents ffa0ac0 + 08977c4 commit 37b560e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Kizuna 絆
22

3+
> **⚠️ Beta Release Notice**
4+
> Kizuna is currently in beta. While the core functionality is stable and production use can be considered, there may be small API changes and improvements based on community feedback. We recommend thorough testing before production deployment.
5+
36
A lightweight, type-safe dependency injection container for TypeScript and JavaScript applications. Kizuna provides a unified, intuitive API for managing service lifecycles with complete type safety and IDE autocompletion.
47

58
## ✨ Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shirudo/kizuna",
3-
"version": "1.0.0",
3+
"version": "0.0.9",
44
"description": "A powerful and flexible dependency injection library for TypeScript and JavaScript.",
55
"keywords": [
66
"Dependency Injection",

0 commit comments

Comments
 (0)