Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Oct 18, 2024
1 parent 0383035 commit 64182e3
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.1](https://github.com/wessberg/di/compare/v3.0.0...v3.0.1) (2024-10-18)


### Bug Fixes

* allow nullable service registrations ([0383035](https://github.com/wessberg/di/commit/0383035117947e9a8b8f397b28294e81dd088aff))



# [3.0.0](https://github.com/wessberg/di/compare/v2.1.0...v3.0.0) (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.0",
"version": "3.0.1",
"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 64182e3

Please sign in to comment.