Skip to content

Commit 71b78a9

Browse files
committed
Fix 0.2 no release year
1 parent 50667a7 commit 71b78a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ts/changelogs.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const versionChangelogs: Changelog[] = [
4646
"A Github page.",
4747
"Version number."
4848
],
49-
release: "March 16th"
49+
release: "March 16th, 2023"
5050
},
5151
{
5252
type: "patch",
@@ -258,7 +258,8 @@ export const versionChangelogs: Changelog[] = [
258258
"The \"Import Data\" button is using a browser-specific styling workaround. (#39)",
259259
"Pressing escape on an open advanced popup does not fully close the popup. (#57)",
260260
"Television description doesn't change with personalization. (#54)",
261-
"No more HTMLElement.innerHTML where it's not needed, now use innerText. (#43)"
261+
"No more HTMLElement.innerHTML where it's not needed, now use innerText. (#43)",
262+
"Version 0.2 changelog did not have a release year."
262263
],
263264
removed: [
264265
"Removed the mobile version due to the extreme amount of work required to upkeep it alongside the main version. (#36)",

0 commit comments

Comments
 (0)