Skip to content

Commit 922837d

Browse files
committed
refactor(release-notes): add commit SHA to v1.5.1
1 parent 7736e22 commit 922837d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,17 @@
2727
"releaseAuthor": "EdricChan03"
2828
},
2929
"1.5.1": {
30-
"releaseAuthor": "EdricChan03",
31-
"releaseDate": "2019-11-13T08:49:13+0000",
3230
"releaseNotes": [
3331
"- Fixed broken release notes page (You should be able to see the release notes now! Yay!)",
3432
"- Use UTC dates instead of localised time internally. (Yay UTC! Better than localised time zones - and that dreaded DST thingy..)",
3533
"- [Internal] Added support for arrays as release notes. (Yes! Much better.)",
3634
"- Added more jokes to the release notes. (Gotta spice up the release notes, ya know?)",
3735
"- That's about it really. No really, that's it.",
3836
"- Unless you want more release notes? Or you can check out the site's source code revision history if you really want to."
39-
]
37+
],
38+
"releaseAuthor": "EdricChan03",
39+
"releaseCommitSha": "7736e22",
40+
"releaseDate": "2019-11-13T08:49:13+0000"
4041
}
4142
}
4243
}

0 commit comments

Comments
 (0)