From a1eaa5baca971673fa47fe6383bd5ef3f90e2373 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Thu, 22 Sep 2022 11:49:15 +0200 Subject: [PATCH] Updated changelog for v8.1.0 --- CHANGELOG.md | 2 +- package.json | 8 ++++---- src/constants/settings.ts | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52c7959b..2a0b726b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [8.1.0] - 2022-xx-xx +## [8.1.0] - 2022-09-22 - [Release notes](https://beta.frontmatter.codes/updates/v8.1.0) ### ✨ New features diff --git a/package.json b/package.json index 674d724b..4ba3cd0e 100644 --- a/package.json +++ b/package.json @@ -170,13 +170,13 @@ }, "frontMatter.content.hideFm": { "type": "boolean", - "markdownDescription": "Specify if you want to hide the Front Matter in the Markdown file. [Check in the docs](https://frontmatter.codes/docs/settings#frontmatter.content.hidefrontmatter)", + "markdownDescription": "Specify if you want to hide the Front Matter in the Markdown file. [Check in the docs](https://frontmatter.codes/docs/settings#frontmatter.content.hidefm)", "scope": "Content" }, "frontMatter.content.hideFmMessage": { "type": "string", "default": "Use the editor panel to make front matter changes", - "markdownDescription": "Specify the message to display when the Front Matter is hidden. [Check in the docs](https://frontmatter.codes/docs/settings#frontmatter.content.hidefrontmatter.message)", + "markdownDescription": "Specify the message to display when the Front Matter is hidden. [Check in the docs](https://frontmatter.codes/docs/settings#frontmatter.content.hidefmMessage)", "scope": "Content" }, "frontMatter.content.pageFolders": { @@ -670,9 +670,9 @@ "markdownDescription": "Specify if you want to use the Git actions for your website. [Check in the docs](https://frontmatter.codes/docs/settings#frontmatter.git.enabled)", "default": false }, - "frontMatter.git.commitMsg": { + "frontMatter.git.commitMessage": { "type": "string", - "markdownDescription": "Specify the commit message you want to use for the sync. [Check in the docs](https://frontmatter.codes/docs/settings#frontmatter.git.commitmsg)", + "markdownDescription": "Specify the commit message you want to use for the sync. [Check in the docs](https://frontmatter.codes/docs/settings#frontmatter.git.commitmessage)", "default": "Synced by Front Matter" }, "frontMatter.global.activeMode": { diff --git a/src/constants/settings.ts b/src/constants/settings.ts index 3b50d88d..ca046281 100644 --- a/src/constants/settings.ts +++ b/src/constants/settings.ts @@ -81,7 +81,7 @@ export const SETTING_FRAMEWORK_START = "framework.startCommand"; export const SETTING_SITE_BASEURL = "site.baseURL"; export const SETTING_GIT_ENABLED = "git.enabled"; -export const SETTING_GIT_COMMIT_MSG = "git.commitMsg"; +export const SETTING_GIT_COMMIT_MSG = "git.commitMessage"; /** * @deprecated