diff --git a/CHANGELOG.md b/CHANGELOG.md index 62ac274b..29fbbc39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index f79ecdc4..ee1be51f 100644 --- a/README.md +++ b/README.md @@ -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** diff --git a/package.json b/package.json index 0ce3c36b..a45ae41b 100644 --- a/package.json +++ b/package.json @@ -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": {