This commit is contained in:
Simon Cambier
2025-07-22 21:20:12 +02:00
parent 1fa6898bbe
commit 1a3ed16414
5 changed files with 6 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ This changelog is not exhaustive.
- Updated Svelte from v3 to v5
- Highlighting improvements
- Bug fixes
## 1.26.x

View File

@@ -1,7 +1,7 @@
{
"id": "omnisearch",
"name": "Omnisearch",
"version": "1.27.1",
"version": "1.27.2",
"minAppVersion": "1.7.2",
"description": "A search engine that just works",
"author": "Simon Cambier",

View File

@@ -1,7 +1,7 @@
{
"id": "omnisearch",
"name": "Omnisearch",
"version": "1.27.1",
"version": "1.27.2",
"minAppVersion": "1.7.2",
"description": "A search engine that just works",
"author": "Simon Cambier",

View File

@@ -1,6 +1,6 @@
{
"name": "scambier.obsidian-search",
"version": "1.27.1",
"version": "1.27.2",
"description": "A search engine for Obsidian",
"main": "dist/main.js",
"scripts": {

View File

@@ -157,5 +157,6 @@
"1.26.1": "1.3.0",
"1.27.0-beta.1": "1.3.0",
"1.27.0": "1.3.0",
"1.27.1": "1.7.2"
"1.27.1": "1.7.2",
"1.27.2": "1.7.2"
}