mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-29 16:35:57 +08:00
chore: bump version to 2.8.4
This commit is contained in:
@@ -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`)
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user