updated changelog

This commit is contained in:
Elio Struyf
2021-12-07 10:06:45 +01:00
parent c79dc3c41f
commit 98e4490318
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Change Log
## [5.7.0] - 2021-12-xx - [Release Notes](https://beta.frontmatter.codes/updates/v5.7.0)
## [5.7.0] - 2021-12-07 - [Release Notes](https://beta.frontmatter.codes/updates/v5.7.0)
### 🎨 Enhancements
@@ -15,7 +15,7 @@ import { MenuItem, MenuItems } from '../Menu';
import { Alert } from '../Modals/Alert';
import { Metadata } from '../Modals/Metadata';
import { MenuButton } from './MenuButton'
export interface IItemProps {
media: MediaInfo;
}