chore: bump version to 2.8.4

This commit is contained in:
Jiaxin Peng
2026-03-04 10:37:07 +00:00
parent 95b22619b4
commit 4f3e2986e7
4 changed files with 11 additions and 3 deletions

View File

@@ -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`)

View File

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

View File

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

View File

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