Update version to 0.1.6

This commit is contained in:
Jiaxin Peng
2023-09-28 12:00:40 +01:00
parent df138d9304
commit 8f116956ce
4 changed files with 9 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "share-to-notionnext",
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, motivated 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.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",