Skip to content

Commit 867e5d8

Browse files
committed
release: v1.5.3
1 parent fee4c63 commit 867e5d8

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

projects/rss-reader/src/assets/release-notes/release-notes.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "./release-notes-schema.json",
3-
"latestVersion": "1.5.2",
3+
"latestVersion": "1.5.3",
44
"gitRepo": {
55
"host": "https://github.com",
66
"repo": "rss-reader-web",
@@ -47,6 +47,18 @@
4747
"releaseAuthor": "EdricChan03",
4848
"releaseCommitSha": "915137d",
4949
"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:"
59+
],
60+
"releaseAuthor": "EdricChan03",
61+
"releaseDate": "2019-11-16T17:03:10+0000"
5062
}
5163
}
5264
}

projects/rss-reader/src/environment.base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export interface Environment {
3434
}
3535

3636
/** The latest version of the app. */
37-
export const latestVersion = new Version('1.5.2');
37+
export const latestVersion = new Version('1.5.3');
3838

3939
/** The Firebase configuration. */
4040
export const firebaseConfig: FirebaseAppConfig = {

0 commit comments

Comments
 (0)