Update version to 0.3.3

This commit is contained in:
Jiaxin Peng
2023-11-16 12:59:41 +00:00
parent 880f256ae1
commit 8e32e8f0f5
4 changed files with 203 additions and 196 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "share-to-notionnext",
"version": "0.3.2",
"version": "0.3.3",
"type": "module",
"description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.",
"main": "main.js",
@@ -18,7 +18,7 @@
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"builtin-modules": "^3.2.0",
"esbuild": "0.19.5",
"esbuild": "0.19.2",
"obsidian": "latest",
"tslib": "2.6.2",
"typescript": "5.2.2"