Skip to content

Commit 64182e3

Browse files
committed
3.0.1
1 parent 0383035 commit 64182e3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.0.1](https://github.com/wessberg/di/compare/v3.0.0...v3.0.1) (2024-10-18)
2+
3+
4+
### Bug Fixes
5+
6+
* allow nullable service registrations ([0383035](https://github.com/wessberg/di/commit/0383035117947e9a8b8f397b28294e81dd088aff))
7+
8+
9+
110
# [3.0.0](https://github.com/wessberg/di/compare/v2.1.0...v3.0.0) (2024-10-18)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wessberg/di",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A compile-time powered Dependency-Injection container for Typescript that holds services and can produce instances of them as required.",
55
"scripts": {
66
"generate:sandhog": "sandhog all --yes",

0 commit comments

Comments
 (0)