chore: bump to v1.1.0
CI / ci (push) Has been cancelled

This commit is contained in:
Menci
2026-01-06 22:59:50 +08:00
parent 7c90f44c25
commit 27c94e57ed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<PropertyGroup>
<IsPackable>false</IsPackable>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<Authors>Menci</Authors>
<Description>Fuzzy search engine for small text pieces, with Chinese/Japanese pronunciation support</Description>
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@maigolabs/needle",
"version": "1.0.1",
"version": "1.1.0",
"description": "Fuzzy search engine for small text pieces, with Chinese/Japanese pronunciation support.",
"type": "module",
"main": "./src/index.ts",