[Release] v12.2

pull/55/head
Oj18 3 years ago
parent 1a6b1b8b2c
commit 3094ff139f

@ -1,9 +1,9 @@
# GooseMod Changelog
## v12.2-dev [2021-10-22]
## v12.2 [2021-10-22]
- ### Canary Fixes
- **Fixed various things for new Canary update.** Discord rolled out a new Canary update on the 22nd of October which changed many internal things. All mods broke including GooseMod was broken but now most things should be working fine. You may have some minor issues with GooseMod or issues with some plugins, if so feel free to report in our Discord.
- **Fixed various things for new Canary update.** Discord rolled out a new Canary update on the 22nd of October which changed many internal things. All mods broke including GooseMod was broken but now most things should be working fine. You may have some minor issues with GooseMod or issues with some plugins, if so feel free to report in our Discord, we'll continue to roll out some small hotfixes over the next week.
- ### General Hotfixes
- **Fixed GM reset option.**

@ -108,7 +108,7 @@ const init = async function () {
}
this.versioning = {
version: `12.2-dev`,
version: `12.2`,
hash: '<hash>', // Hash of built final js file is inserted here via build script
lastUsedVersion: this.storage.get('goosemodLastVersion')

Loading…
Cancel
Save