diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e9e86e..d19f052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +### Added + +### Changed + +### Fixed +## 2.8.4 (2026-03-04) + ### Fixed - Fixed version bump with `tag-version-prefix="v"` in `.npmrc` causing incorrect version format in `package.json` (e.g. `v2.8.1` instead of `2.8.1`) diff --git a/manifest.json b/manifest.json index 08af220..d6ea73a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "share-to-notionnext", "name": "Share to NotionNext", - "version": "2.8.3", + "version": "2.8.4", "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 7b953d3..83a00fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "share-to-notionnext", - "version": "2.8.3", + "version": "2.8.4", "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 5c3a577..ea8ac07 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "2.8.0": "0.0.1", "2.8.1": "0.0.1", "2.8.2": "0.0.1", - "2.8.3": "0.0.1" + "2.8.3": "0.0.1", + "2.8.4": "0.0.1" } \ No newline at end of file