Skip to content

Commit 4004051

Browse files
committed
3.0.2
1 parent 93a8b8e commit 4004051

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.2](https://github.com/wessberg/di/compare/v3.0.1...v3.0.2) (2024-10-18)
2+
3+
4+
### Bug Fixes
5+
6+
* allow nullable service registrations of sub-dependencies ([93a8b8e](https://github.com/wessberg/di/commit/93a8b8eb5873d78dfc29ae72777c484c1cc89c5a))
7+
8+
9+
110
## [3.0.1](https://github.com/wessberg/di/compare/v3.0.0...v3.0.1) (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.1",
3+
"version": "3.0.2",
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)