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 ### Changed
### Fixed
## v2.8.3 (2026-03-04)
### Added
### Changed
### Fixed ### Fixed
## 2.8.2 (2026-03-04) ## 2.8.2 (2026-03-04)

View File

@@ -1,7 +1,7 @@
{ {
"id": "share-to-notionnext", "id": "share-to-notionnext",
"name": "Share to NotionNext", "name": "Share to NotionNext",
"version": "2.8.2", "version": "2.8.3",
"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.8.2", "version": "2.8.3",
"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",

View File

@@ -3,5 +3,6 @@
"1.0.1": "0.12.0", "1.0.1": "0.12.0",
"2.8.0": "0.0.1", "2.8.0": "0.0.1",
"2.8.1": "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"
} }