mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
[Files Refactor] Cleanup (#2893)
* Clean up notes for develop merge * Remove commented code * Lint
This commit is contained in:
@@ -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,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user