Skip to content

Commit

Permalink
Updated the changelog and package details
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulNonatomic committed Aug 28, 2024
1 parent b221122 commit 58b910c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [0.3.2-beta] - Aug 28, 2024
- Exposed the ServiceLocator of MonoService through a protected member
- As the ServiceLocator field is serialized i've included the FormerlySerializedAs attribute to resolve any broken serialization for now.
- This will be removed in a future update.

## [0.3.1-beta] - Jul 06, 2024
- Fix for GetServiceCoroutine running a perpetual while loop if a service is never registered.

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": "com.nonatomic.servicelocator",
"version": "0.3.1-beta",
"version": "0.3.2-beta",
"displayName": "Service Locator",
"description": "Service Locator",
"unity": "2022.3",
Expand Down

0 comments on commit 58b910c

Please sign in to comment.