[Files Refactor] Cleanup (#2893)

* Clean up notes for develop merge
* Remove commented code
* Lint
This commit is contained in:
WithoutPants
2022-09-07 16:50:15 +10:00
committed by GitHub
parent 9e08edc76f
commit cfc8222b9a
14 changed files with 19 additions and 1240 deletions

View File

@@ -1,5 +1,4 @@
import v0170 from "./v0170.md";
import r20220826 from "./20220826.md";
export type Module = typeof v0170;
@@ -11,11 +10,7 @@ interface IReleaseNotes {
export const releaseNotes: IReleaseNotes[] = [
{
date: 20220801,
date: 20220906,
content: v0170,
},
{
date: 20220826,
content: r20220826,
},
];