From 77dbd22e8f4181051e2212579acff3a1ff311e12 Mon Sep 17 00:00:00 2001 From: Ever Fu Date: Sun, 4 Aug 2024 01:05:10 +0800 Subject: [PATCH 1/2] feat: update algolia search --- plugins.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins.yml b/plugins.yml index eab29c58..31c255f3 100644 --- a/plugins.yml +++ b/plugins.yml @@ -5,7 +5,7 @@ algolia_search: instantsearch: name: instantsearch.js file: dist/instantsearch.production.min.js - version: 4.73.2 + version: 4.73.3 pjax: name: pjax file: pjax.min.js @@ -119,4 +119,4 @@ qrcode: name: qrcodejs file: qrcode.min.js version: 1.0.0 - other_name: qrcodejs \ No newline at end of file + other_name: qrcodejs From 6a01e02764fab83fc574a19607d2438b7d0726ed Mon Sep 17 00:00:00 2001 From: Ever Fu Date: Sun, 4 Aug 2024 01:11:58 +0800 Subject: [PATCH 2/2] feat: v2.0.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc6aad2b..c3c2d5ce 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-solitude", - "version": "2.0.6", + "version": "2.0.7", "description": "A beautiful, powerful, and efficient Hexo theme developed by EverFu.", "main": "package.json", "scripts": {