From 860a7af25ee2053aadb051b154f2a81aace3a800 Mon Sep 17 00:00:00 2001 From: Deejay Geroso Date: Wed, 1 Sep 2021 14:04:05 +0800 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE.md b/RELEASE.md index 444c205..8b5786a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,7 @@ ### v1.8.0 (Sept 1, 2021) - Added .prettierrc config. - Added new glabal constant object for the list status codes. +- Added public directory and moved robots.txt within the directory. - Moved AuthService to globa/lib directory. - Refactored mongoose initialization. - Refactored Server class.