@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.8.1] - 2024-06-23
9+
10+ ### Fixed
11+
12+ - Fix reduceExperience [ #145 ]
13+ - Fix ScoreboardAPI [ #84 ]
14+
815## [ 0.8.0] - 2024-06-18
916
1017### Added
@@ -407,6 +414,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
407414[ #80 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/80
408415[ #81 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/81
409416[ #82 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/82
417+ [ #84 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/84
410418[ #87 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/87
411419[ #88 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/88
412420[ #91 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/91
@@ -428,7 +436,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
428436[ #130 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/130
429437[ #134 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/134
430438[ #137 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/137
439+ [ #145 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/145
431440
441+ [ 0.8.1 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.0...v0.8.1
432442[ 0.8.0 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.12...v0.8.0
433443[ 0.7.12 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.11...v0.7.12
434444[ 0.7.11 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.10...v0.7.11
0 commit comments