Fix missing word in changelog

main
peshomir 2025-07-15 23:19:44 +03:00
parent 315aa5ff68
commit 401499fa0e
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
"version": "0.6.12", "version": "0.6.12",
"lastUpdated": "Jul 15", "lastUpdated": "Jul 15",
"changes": [ "changes": [
"Refactored the service worker code to (hopefully) fix a ton of relatively rare errors related to how the client's are loaded (for example, code from earlier versions would sometimes be loaded along with code from newer versions, causing all kinds of issues). FX Client should be much more stable after this change." "Refactored the service worker code to (hopefully) fix a ton of relatively rare errors related to how the client's files are loaded (for example, code from earlier versions would sometimes be loaded along with code from newer versions, causing all kinds of issues). FX Client should be much more stable after this change."
] ]
} }