From 3218eb9fba4ccb0d12b93f2857fe6562a0aeafea Mon Sep 17 00:00:00 2001 From: Jiaxin Peng Date: Thu, 19 Sep 2024 13:50:51 +0100 Subject: [PATCH] Update version to 2.4.2 --- CHANGELOG.md | 4 ++-- manifest.json | 2 +- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c0ca52..ae5e4f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ ## Fix -- Fix code block not being highlighted in Notion after syncing. -- 修复代码块同步之后,在 Notion 中未高亮的问题。 +- Fix a bug that plugin does not work when Obsidian language is not set to Englisht, Chinese or Japanese. +- 修复了当 Obsidian 语言设置不是英文、中文或日文时插件无法工作的问题。 diff --git a/manifest.json b/manifest.json index 869d13c..e35232e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "share-to-notionnext", "name": "Share to NotionNext", - "version": "2.4.1", + "version": "2.4.2", "minAppVersion": "0.0.1", "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.", "author": "EasyChris, jxpeng98", diff --git a/package.json b/package.json index 4342567..611e475 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "share-to-notionnext", - "version": "2.4.1", + "version": "2.4.2", "type": "module", "description": "Share files to any Notion database using the Notion API, originally created by EasyChris/obsidian-to-notion.", "main": "main.js", @@ -31,4 +31,4 @@ "yaml": "^2.3.4", "yaml-front-matter": "^4.1.1" } -} +} \ No newline at end of file