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
+18-1Lines changed: 18 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.6.0",
3
+
"latestVersion": "1.6.1",
4
4
"gitRepo": {
5
5
"host": "https://github.com",
6
6
"repo": "rss-reader",
@@ -91,6 +91,23 @@
91
91
],
92
92
"releaseAuthor": "EdricChan03",
93
93
"releaseDate": "2020-01-07T18:03:00+0000"
94
+
},
95
+
"1.6.1": {
96
+
"releaseName": "The Toilet Paper Update",
97
+
"releaseNotes": [
98
+
"- (P.S. Wow we can't believe that it's been 3 months since the last update.)",
99
+
"- Updated time for caching API requests in `v1.6.0`'s release notes",
100
+
"- Cleared off the bugs with programming soap and water. Remember to wash your hands!",
101
+
"- Added support for caching requests from the `/res` subpath",
102
+
"- Updated MDI icons to use the [`@mdi/angular-material`](https://www.npmjs.com/package/@mdi/angular-material) NPM library",
103
+
"- Added unit tests",
104
+
"- Under-the-hood improvements",
105
+
"- Increased social distancing by 150%",
106
+
"- Added support for purchasing digital toilet paper",
107
+
"- (For a full list of changes, view the diff between `v1.6.0` and this release [here](https://github.com/EdricChan03/rss-reader/compare/v1.6.0...v1.6.1))"
0 commit comments