diff --git a/CHANGELOG.md b/CHANGELOG.md index 4343061a..789549ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ - [#400](https://github.com/estruyf/vscode-front-matter/issues/400): Fix for draft/published content grouping - [#403](https://github.com/estruyf/vscode-front-matter/issues/403): Fix for media files with spaces on importing in article content - [#404](https://github.com/estruyf/vscode-front-matter/issues/404): Fix for published sorting option in media dashboard +- [#408](https://github.com/estruyf/vscode-front-matter/issues/408): Fix for missing `dashboard.taxonomy.view` view mode in the JSON schema ## [8.0.1] - 2022-07-13 diff --git a/package.json b/package.json index a711e7ca..ca98fe74 100644 --- a/package.json +++ b/package.json @@ -712,7 +712,8 @@ "panel.otherActions", "dashboard.snippets.view", "dashboard.snippets.manage", - "dashboard.data.view" + "dashboard.data.view", + "dashboard.taxonomy.view" ] } }