From 106d488b41ad4130d70f63a4959c7d83c648f556 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sat, 11 Mar 2023 17:01:22 +0100 Subject: [PATCH] chore: bump picosearch version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b7b7d9..7d613ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "picosearch", - "version": "0.5.1", + "version": "0.5.2", "description": "Tiny, customizable module for creating basic full-text search indices and queries using the BM25F algorithm.", "main": "dist/index.js", "types": "dist/index.d.ts",