diff --git a/rpg-docs/private/changeLogs/changeLogs.js b/rpg-docs/private/changeLogs/changeLogs.js index b68d652e..651430c5 100644 --- a/rpg-docs/private/changeLogs/changeLogs.js +++ b/rpg-docs/private/changeLogs/changeLogs.js @@ -135,7 +135,7 @@ ChangeLogs.insert({ }); ChangeLogs.insert({ - version: "0.5.2", + version: "0.5.3", changes: [ "Prevented a harmless error caused by effects which have no stat set", "Added the ability to hide the spells tab", @@ -144,3 +144,10 @@ ChangeLogs.insert({ "Overhauled how effects' stats are chosen", ], }); + +ChangeLogs.insert({ + version: "0.5.4", + changes: [ + "Fixed rounding error on net worth calculation", + ], +});