From e0c2575c401df620e0f7172be939fbdcfa8ac200 Mon Sep 17 00:00:00 2001 From: rxliuli Date: Thu, 2 Feb 2023 12:54:47 +0800 Subject: [PATCH] build(joplin-search-integration): release 0.3.5 --- packages/joplin-search-integration/changelog.md | 4 ++++ packages/joplin-search-integration/src/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 de9ad8fb..74840ac0 100644 --- a/packages/joplin-search-integration/changelog.md +++ b/packages/joplin-search-integration/changelog.md @@ -1,5 +1,9 @@ # changelog +## 0.3.5 + +- feat: the timing of rendering in advance to speed up the display of content on the page + ## 0.3.4 - chore: Update the extension icon to avoid being mistaken for the official extension of joplin diff --git a/packages/joplin-search-integration/src/manifest.json b/packages/joplin-search-integration/src/manifest.json index 2db2d86d..d609bca0 100644 --- a/packages/joplin-search-integration/src/manifest.json +++ b/packages/joplin-search-integration/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Joplin Search Integration", - "version": "0.3.4", + "version": "0.3.5", "description": "When using search, related Joplin notes are also displayed in the search results.", "manifest_version": 3, "background": {