Update version to 2.3.3

This commit is contained in:
2024-07-15 14:19:11 +01:00
parent a80155fafc
commit 3c3ec6881e
3 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## Fix
- Fix that `Text` property cannot be synced in the custom database.
⚠️ **Note:** Remember to update the `Text` property in the database setting.
- Fix a gif link in README.md
## Features
- Change the success notice colour to green

View File

@@ -1,7 +1,7 @@
{
"id": "share-to-notionnext",
"name": "Share to NotionNext",
"version": "2.3.2",
"version": "2.3.3",
"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.3.2",
"version": "2.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",