This commit is contained in:
Jiaxin Peng
2026-03-04 10:29:10 +00:00
parent 8502650033
commit 8dfb82b4ce
4 changed files with 11 additions and 3 deletions

View File

@@ -6,6 +6,13 @@
### Changed
### Fixed
## v2.8.3 (2026-03-04)
### Added
### Changed
### Fixed
## 2.8.2 (2026-03-04)

View File

@@ -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",

View File

@@ -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",

View File

@@ -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"
}