You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/rss-reader/src/assets/release-notes/release-notes.json
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"$schema": "./release-notes-schema.json",
3
-
"latestVersion": "1.5.2",
3
+
"latestVersion": "1.5.3",
4
4
"gitRepo": {
5
5
"host": "https://github.com",
6
6
"repo": "rss-reader-web",
@@ -47,6 +47,18 @@
47
47
"releaseAuthor": "EdricChan03",
48
48
"releaseCommitSha": "915137d",
49
49
"releaseDate": "2019-11-13T09:32:33+0000"
50
+
},
51
+
"1.5.3": {
52
+
"releaseNotes": [
53
+
"- Yet another quickfix that reverses the way the current release notes are shown. (This reduces the need for scrolling to see the more recent release notes.)",
54
+
"- The release notes page now shows the current release notes on the top of the page. (So that you don't have to scroll down. :P)",
55
+
"- [Internal] Move release notes to a dedicated subdirectory. (Not much to see here for end-users, folks!)",
56
+
"- We. Need. More. Jokes. In. Release. Notes.",
57
+
"- We've introduced bugs and squashed them.",
58
+
"- We've also tried to remove as much jokes as possible - but to no avail. :shrug:"
0 commit comments