Skip to content

Commit 12af322

Browse files
committed
chore: bump to v0.3.0
1 parent d406c79 commit 12af322

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.0 (2025-02-09)
2+
3+
- Remove CommonJS builds
4+
15
## 0.2.1 (2024-09-23)
26

37
- Fix ordering in the `exports` field in `package.json`

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (http://opensource.org/licenses/mit-license.php)
22

3-
Copyright (c) 2023-2024 Susisu
3+
Copyright (c) 2023-2025 Susisu
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@susisu/hokemi",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Minimal type-safe dependency injection framework for TypeScript",
55
"repository": "https://github.com/susisu/hokemi.git",
66
"author": "Susisu <[email protected]>",

0 commit comments

Comments
 (0)