GooseMod v5.3.0 release

pull/10/head
Oj18 3 years ago
parent d89df672f6
commit 81fa355025

@ -1,5 +1,12 @@
# GooseMod Changelog
## v5.3.0 [2020-12-04]
- ### Features
- [GitHub PR #6 by Fjorge](https://github.com/GooseMod/Injector/pull/6): Add audio property to easter eggs
- [GitHub PR #8 by Fjorge](https://github.com/GooseMod/Injector/pull/8): Let modules have author as an array
## v5.2.0 [2020-11-30]
- ### Fixes

6
dist/index.js vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

@ -99,7 +99,7 @@ const init = async function () {
this.disabledModules = {};
this.lastVersion = localStorage.getItem('goosemodLastVersion');
this.version = '5.2.0';
this.version = '5.3.0';
this.versionHash = '<hash>'; // Hash of built final js file is inserted here via build script
fetch('https://goosemod-api.netlify.app/injectVersion.json').then((x) => x.json().then((latestInjectVersionInfo) => {

Loading…
Cancel
Save