diff --git a/CHANGELOG.md b/CHANGELOG.md index 35a4d52..419ad87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/manifest.json b/manifest.json index cd9aa29..302b1a9 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 27f274a..1110e75 100644 --- a/package.json +++ b/package.json @@ -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",