Skip to content

Commit

Permalink
Update release list
Browse files Browse the repository at this point in the history
  • Loading branch information
Kei-K23 committed Jun 20, 2024
1 parent a31e11e commit 64b7441
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/shared/release-list.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
export const releaseList = [
{
version: "v0.1.1-beta",
description: "Add profile viewers feature to know who see your profile. Add Private/Public profile toggle feature to hide or show publicly your profile informations",
features: [
"Profile viewers",
"Private/public profile",
],
order: 2,
date: "2024-06-20"
},
{
version: "v0.0.1-beta",
description: "This is first and beta release for Mentor open-source LMS web applications. This release includes basic features and functionality for Mentor.",
Expand Down

0 comments on commit 64b7441

Please sign in to comment.