From 27c94e57edb61cd35efa780c969656b1e1eed716 Mon Sep 17 00:00:00 2001 From: Menci Date: Tue, 6 Jan 2026 22:59:50 +0800 Subject: [PATCH] chore: bump to v1.1.0 --- dotnet/Directory.Build.props | 2 +- packages/needle/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet/Directory.Build.props b/dotnet/Directory.Build.props index 55dab47..721b98b 100644 --- a/dotnet/Directory.Build.props +++ b/dotnet/Directory.Build.props @@ -13,7 +13,7 @@ false - 1.0.0 + 1.1.0 Menci Fuzzy search engine for small text pieces, with Chinese/Japanese pronunciation support AGPL-3.0-only diff --git a/packages/needle/package.json b/packages/needle/package.json index 3cc47b1..72a6f9b 100644 --- a/packages/needle/package.json +++ b/packages/needle/package.json @@ -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",