From 8963c08e642eb22484c611d80ce352d98769387b Mon Sep 17 00:00:00 2001 From: Shidorien Date: Fri, 24 Nov 2023 06:04:17 +0100 Subject: [PATCH] Add data test --- assets/jsons/changelogs/en.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/jsons/changelogs/en.json b/assets/jsons/changelogs/en.json index 7971aa2f..3549ce3e 100644 --- a/assets/jsons/changelogs/en.json +++ b/assets/jsons/changelogs/en.json @@ -1,4 +1,9 @@ { + "27.0.0" : { + "title" : "Second Release", + "htmlBody" : "

Second release of the app.

", + "timestampPublished" : "1700788913" + }, "1.0.0" : { "title" : "First Release", "htmlBody" : "

First release of the app.

",