diff --git a/src/utils/changelog.js b/src/utils/changelog.js index 7deff5b..57a5fc3 100644 --- a/src/utils/changelog.js +++ b/src/utils/changelog.js @@ -9,12 +9,21 @@ const prototype = { }; const config = [ + { + version: 8.3, + title: "Better formatter + better performance.", + shortTitle: "", + date: "15/11/2019", + headColor: "#0c7b7f", + new: [ + "Made design more consistent throughout the app" + ], + }, { version: 8.2, title: "Better formatter + better performance.", shortTitle: "", date: "13/11/2019", - headColor: "#0c7b7f", new: [ "We have changed the markdown formatter from markdown-it to simple-markdown. This has also improved the performance. (Thanks bree!)" ],