diff --git a/esbuild.config.js b/esbuild.config.js index 39b573c..52795e7 100644 --- a/esbuild.config.js +++ b/esbuild.config.js @@ -9,7 +9,7 @@ const dependencies = const requiredDependencyList = Object.keys(dependencies); let dependencyList = Object.keys(dependencies); const svrjsInfo = JSON.parse(fs.readFileSync(__dirname + "/svrjs.json")); -const { name, version, documentationURL } = svrjsInfo; +const { name, version, documentationURL, changes } = svrjsInfo; // Function to find and add all dependencies into the dependencyList array. function findAllDependencies(curList) { @@ -119,6 +119,7 @@ const indexPage = layoutTemplate({ name: name, version: version, documentationURL: documentationURL, + changes: changes, }), }); diff --git a/svrjs.json b/svrjs.json index 63d47b5..20c9cc9 100644 --- a/svrjs.json +++ b/svrjs.json @@ -2,5 +2,8 @@ "version": "Nightly-GitNext", "name": "SVR.JS", "documentationURL": "https://svrjs.org/docs/tentative", - "statisticsServerCollectEndpoint": "https://statistics.svrjs.org/collect.svr" -} + "statisticsServerCollectEndpoint": "https://statistics.svrjs.org/collect.svr", + "changes": [ + "INSERT CHANGES THERE" + ] +} \ No newline at end of file diff --git a/templates/index.ejs b/templates/index.ejs index 6d75897..23a3060 100644 --- a/templates/index.ejs +++ b/templates/index.ejs @@ -78,7 +78,9 @@
Changes: