Skip to content

Commit

Permalink
chore(ci): add changeset for ContainerRegistry patch
Browse files Browse the repository at this point in the history
  • Loading branch information
freshgum-bubbles committed Oct 23, 2023
1 parent 118cffa commit 8b13caa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-dolls-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@freshgum/typedi': patch
---

The `ContainerRegistry.removeContainer` method no longer disposes already-disposed containers. This may have been an issue if a container was disposed, and then `removeContainer` was called; the call would always fail, as the registry attempted a disposal upon the container when doing so was invalid.

0 comments on commit 8b13caa

Please sign in to comment.