From 3c3ec6881e3e44def18cb5d4602c4e8c86f39401 Mon Sep 17 00:00:00 2001 From: Jiaxin Peng Date: Mon, 15 Jul 2024 14:19:11 +0100 Subject: [PATCH] Update version to 2.3.3 --- CHANGELOG.md | 7 +++++-- manifest.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) 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",