Skip to content

Commit d4f1be1

Browse files
committed
Should have been 0.8.4-beta
1 parent 390d5c8 commit d4f1be1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Change Log
22

3-
## [0.8.3-beta] - Sept 11, 2024
3+
## [0.8.4-beta] - Sept 11, 2024
44
- SharedData.ClearData is now Obsolete and will be removed in a future release. Use SharedData.ClearAllData instead.
55
- Added SharedData.ClearAllData method to clear all shared data.
66
- Added SharedData.RemoveData(string key) method to remove a specific key from the shared data.
77
- Added SharedData.GetKeys() method to return all keys in the shared data.
88

9+
## [0.8.3-beta] - Sept 10, 2024
10+
Added support for switching SubStateMachine models at runtime
11+
912
## [0.8.2-beta] - Sept 09, 2024
1013
- Added TryGetData and HasData methods to the SharedData class
1114

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.nonatomic.visualstatemachinev2",
3-
"version": "0.8.3-beta",
3+
"version": "0.8.4-beta",
44
"displayName": "Visual State Machine V2",
55
"description": "Visual State Machine V2",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)