From 0f670a06b41b7d9166bf7e44fa52bbf40a041bd4 Mon Sep 17 00:00:00 2001 From: jliddev Date: Fri, 18 Feb 2022 16:59:47 -0600 Subject: [PATCH] Update patch-notes.service.ts --- .../app/services/wowup/patch-notes.service.ts | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/wowup-electron/src/app/services/wowup/patch-notes.service.ts b/wowup-electron/src/app/services/wowup/patch-notes.service.ts index 07839ab9..745008aa 100644 --- a/wowup-electron/src/app/services/wowup/patch-notes.service.ts +++ b/wowup-electron/src/app/services/wowup/patch-notes.service.ts @@ -15,17 +15,39 @@ export class PatchNotesService { } const CHANGELOGS: ChangeLog[] = [ + { + Version: "2.7.0", + html: ` +

New Features

+ +

Changes

+ +

Fixes

+ + `, + }, { Version: "2.6.1", html: ` -

Changes

+

Changes

-

Fixes

+

Fixes