From 43aa44d7c0901e3ce4dc2b700ed18f3c8698f7ad Mon Sep 17 00:00:00 2001 From: rxliuli Date: Mon, 29 Jan 2024 18:35:10 +0900 Subject: [PATCH] build: release 0.6.2 --- packages/joplin-search-integration/changelog.md | 4 ++++ packages/joplin-search-integration/manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/joplin-search-integration/changelog.md b/packages/joplin-search-integration/changelog.md index 6a52696d..85cb05ea 100644 --- a/packages/joplin-search-integration/changelog.md +++ b/packages/joplin-search-integration/changelog.md @@ -1,5 +1,9 @@ # changelog +## 0.6.2 + +- refactor: refactored using preact, added better error handling + ## 0.5.3 - chore: update infrastructure, use manifest v3, support firefox 109 and above diff --git a/packages/joplin-search-integration/manifest.json b/packages/joplin-search-integration/manifest.json index bbd7201e..c47ca0ed 100644 --- a/packages/joplin-search-integration/manifest.json +++ b/packages/joplin-search-integration/manifest.json @@ -1,6 +1,6 @@ { "name": "Joplin Search Integration", - "version": "0.6.1", + "version": "0.6.2", "description": "When using search, related Joplin notes are also displayed in the search results.", "manifest_version": 3, "background": {