Updated changelog and readme

This commit is contained in:
Elio Struyf
2020-08-24 12:04:25 +02:00
parent 521c417ae7
commit 9ace0b818d
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
## [1.4.0] - 2020-08-24
- Added set lastmod date command
- Added set `lastmod` date command
- [#16](https://github.com/estruyf/vscode-front-matter/issues/16): Fixed hardcoded length value
## [1.3.0] - 2020-08-22
+1 -1
View File
@@ -44,7 +44,7 @@ Update the `date` property of the current article/post/... to the current date &
Update the `lastmod` (last modified) property of the current article/post/... to the current date & time.
**note**: Uses the same date format settings key as current date: `frontMatter.taxonomy.dateFormat`.
> **note**: Uses the same date format settings key as current date: `frontMatter.taxonomy.dateFormat`.
**Front Matter: Generate slug based on article title**
+1 -1
View File
@@ -3,7 +3,7 @@
"displayName": "Front Matter",
"description": "Simplifies working with front matter of your articles. Useful extension when you are using a static site generator like: Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...",
"icon": "assets/front-matter.png",
"version": "1.4.0",
"version": "1.3.0",
"preview": false,
"publisher": "eliostruyf",
"galleryBanner": {