diff --git a/CHANGELOG.md b/CHANGELOG.md index cc748d77..156ab012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [7.3.1] - 2022-05-26 + +### 🐞 Fixes + +- [#343](https://github.com/estruyf/vscode-front-matter/issues/343): Fix in the schema for the `frontMatter.taxonomy.fieldGroups` setting + ## [7.3.0] - 2022-05-25 - [Release notes](https://beta.frontmatter.codes/updates/v7.3.0) ### 🎨 Enhancements diff --git a/package-lock.json b/package-lock.json index e636601f..41b03f64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-front-matter-beta", - "version": "7.3.0", + "version": "7.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c4e9a49f..4c11c166 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Front Matter", "description": "Front Matter is a CMS that runs within Visual Studio Code. It gives you the power and control of a full-blown CMS while also providing you the flexibility and speed of the static site generator of your choice like: Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...", "icon": "assets/frontmatter-teal-128x128.png", - "version": "7.3.0", + "version": "7.3.1", "preview": false, "publisher": "eliostruyf", "galleryBanner": { @@ -1174,7 +1174,7 @@ }, "additionalProperties": false, "required": [ - "name", + "id", "fields" ] }