Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Oct 18, 2024
1 parent 93a8b8e commit 4004051
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.0.2](https://github.com/wessberg/di/compare/v3.0.1...v3.0.2) (2024-10-18)


### Bug Fixes

* allow nullable service registrations of sub-dependencies ([93a8b8e](https://github.com/wessberg/di/commit/93a8b8eb5873d78dfc29ae72777c484c1cc89c5a))



## [3.0.1](https://github.com/wessberg/di/compare/v3.0.0...v3.0.1) (2024-10-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wessberg/di",
"version": "3.0.1",
"version": "3.0.2",
"description": "A compile-time powered Dependency-Injection container for Typescript that holds services and can produce instances of them as required.",
"scripts": {
"generate:sandhog": "sandhog all --yes",
Expand Down

0 comments on commit 4004051

Please sign in to comment.