From 8dfb82b4ceece8200a77ccf3d3b0726e20f12392 Mon Sep 17 00:00:00 2001 From: Jiaxin Peng Date: Wed, 4 Mar 2026 10:29:10 +0000 Subject: [PATCH] 2.8.3 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8914aea..02d71e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ ### Changed +### Fixed +## v2.8.3 (2026-03-04) + +### Added + +### Changed + ### Fixed ## 2.8.2 (2026-03-04) diff --git a/manifest.json b/manifest.json index e3aa0c7..08af220 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "share-to-notionnext", "name": "Share to NotionNext", - "version": "2.8.2", + "version": "2.8.3", "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 5835c5a..7b953d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "share-to-notionnext", - "version": "2.8.2", + "version": "2.8.3", "type": "module", "description": "Share files to any Notion database using the Notion API, originally created by EasyChris/obsidian-to-notion.", "main": "main.js", diff --git a/versions.json b/versions.json index 954fe2d..5c3a577 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.1": "0.12.0", "2.8.0": "0.0.1", "2.8.1": "0.0.1", - "2.8.2": "0.0.1" + "2.8.2": "0.0.1", + "2.8.3": "0.0.1" } \ No newline at end of file