From 1471203b68ab757224fa755f8006afa64595cfdd Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Fri, 17 Sep 2021 10:38:12 +0200 Subject: [PATCH] updated changelog --- .templates/content.md | 9 --------- CHANGELOG.md | 1 + 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 .templates/content.md diff --git a/.templates/content.md b/.templates/content.md deleted file mode 100644 index a4eb185b..00000000 --- a/.templates/content.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Content Types -slug: content-types -description: null -date: '2021-09-17T07:36:26.654Z' -lastmod: '2019-08-22T15:20:28.000Z' -weight: 3 ---- - diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ae2a7d9..2c0385b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - [#103](https://github.com/estruyf/vscode-front-matter/issues/103): Added title and description field to the metadata section - [#104](https://github.com/estruyf/vscode-front-matter/issues/104): Allow to set images in front matter from the metadata panel section - [#105](https://github.com/estruyf/vscode-front-matter/issues/105): Content Type support with backwards compatibility +- [#107](https://github.com/estruyf/vscode-front-matter/issues/107): Number field support added in content types fields ## [3.1.0] - 2021-09-10