diff --git a/docs/CHANGELOG.html b/docs/CHANGELOG.html
index 236b043..5fac098 100644
--- a/docs/CHANGELOG.html
+++ b/docs/CHANGELOG.html
@@ -77,7 +77,12 @@
Changelog
All notable changes to this project will be documented here.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
-1.0.0-beta
+1.0.1
+Fixed
+
+- Add workaround for issue where
TrinketEffectClass
ends up being null.
+
+1.0.0
Added
- Implement all the things.
diff --git a/docs/index.html b/docs/index.html
index a51c6aa..4a98b8e 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -90,7 +90,12 @@ Changelog
All notable changes to this project will be documented here.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
-1.0.0-beta
+1.0.1
+Fixed
+
+- Add workaround for issue where
TrinketEffectClass
ends up being null.
+
+1.0.0
Added
- Implement all the things.
diff --git a/docs/index.json b/docs/index.json
index 5184c38..00a57bf 100644
--- a/docs/index.json
+++ b/docs/index.json
@@ -2,7 +2,7 @@
"CHANGELOG.html": {
"href": "CHANGELOG.html",
"title": "| TrinketTinker",
- "keywords": "Changelog All notable changes to this project will be documented here. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. 1.0.0-beta Added Implement all the things."
+ "keywords": "Changelog All notable changes to this project will be documented here. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. 1.0.1 Fixed Add workaround for issue where TrinketEffectClass ends up being null. 1.0.0 Added Implement all the things."
},
"guide/0-Trinket.html": {
"href": "guide/0-Trinket.html",
@@ -177,6 +177,6 @@
"index.html": {
"href": "index.html",
"title": "TrinketTinker - Stardew Valley Trinket Framework | TrinketTinker",
- "keywords": "TrinketTinker - Stardew Valley Trinket Framework This is a framework for creating custom trinkets using Content Patcher. What can this framework do? Animated companions with various movement patterns. A skin system (variants) for companions, and related features to set/change companion variants Dynamic event based abilities that work through the companions rather than the player. Some support for custom effects from other C# mods, through the use of actions. If you are looking to make mods using this framework, start here. This mod is licensed under MIT, contributions are welcome. Credits Documentation generated with Docfx, with docfx-material theme. Changelog All notable changes to this project will be documented here. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. 1.0.0-beta Added Implement all the things."
+ "keywords": "TrinketTinker - Stardew Valley Trinket Framework This is a framework for creating custom trinkets using Content Patcher. What can this framework do? Animated companions with various movement patterns. A skin system (variants) for companions, and related features to set/change companion variants Dynamic event based abilities that work through the companions rather than the player. Some support for custom effects from other C# mods, through the use of actions. If you are looking to make mods using this framework, start here. This mod is licensed under MIT, contributions are welcome. Credits Documentation generated with Docfx, with docfx-material theme. Changelog All notable changes to this project will be documented here. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. 1.0.1 Fixed Add workaround for issue where TrinketEffectClass ends up being null. 1.0.0 Added Implement all the things."
}
}
\ No newline at end of file