Update version to 2.4.2

This commit is contained in:
Jiaxin Peng
2024-09-19 13:50:51 +01:00
parent 48566eca20
commit 3218eb9fba
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
## Fix ## Fix
- Fix code block not being highlighted in Notion after syncing. - Fix a bug that plugin does not work when Obsidian language is not set to Englisht, Chinese or Japanese.
- 修复代码块同步之后,在 Notion 中未高亮的问题。 - 修复了当 Obsidian 语言设置不是英文、中文或日文时插件无法工作的问题。

View File

@@ -1,7 +1,7 @@
{ {
"id": "share-to-notionnext", "id": "share-to-notionnext",
"name": "Share to NotionNext", "name": "Share to NotionNext",
"version": "2.4.1", "version": "2.4.2",
"minAppVersion": "0.0.1", "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.", "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.",
"author": "EasyChris, jxpeng98", "author": "EasyChris, jxpeng98",

View File

@@ -1,6 +1,6 @@
{ {
"name": "share-to-notionnext", "name": "share-to-notionnext",
"version": "2.4.1", "version": "2.4.2",
"type": "module", "type": "module",
"description": "Share files to any Notion database using the Notion API, originally created by EasyChris/obsidian-to-notion.", "description": "Share files to any Notion database using the Notion API, originally created by EasyChris/obsidian-to-notion.",
"main": "main.js", "main": "main.js",