From d45208a69096170af5d44485222823f2cb42cce4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Sep 2023 04:16:38 +0000 Subject: [PATCH] chore(release): v1.9.0 [skip ci] # [1.9.0](https://github.com/yann510/ss-search/compare/v1.8.3...v1.9.0) (2023-09-15) ### Features * fixed return type when withScore is passed + optimized readability and speed of search function + fixed bug when withScore is true and search text is empty ([#69](https://github.com/yann510/ss-search/issues/69)) ([d61afa9](https://github.com/yann510/ss-search/commit/d61afa998ebd69872b1a294351d37d2e77cf9651)) --- ss-search/CHANGELOG.md | 7 +++++++ ss-search/package.json | 2 +- web-app/src/assets/benchmarkResults.json | 8 +++++++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ss-search/CHANGELOG.md b/ss-search/CHANGELOG.md index 8d3094d..9d5f3be 100644 --- a/ss-search/CHANGELOG.md +++ b/ss-search/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.9.0](https://github.com/yann510/ss-search/compare/v1.8.3...v1.9.0) (2023-09-15) + + +### Features + +* fixed return type when withScore is passed + optimized readability and speed of search function + fixed bug when withScore is true and search text is empty ([#69](https://github.com/yann510/ss-search/issues/69)) ([d61afa9](https://github.com/yann510/ss-search/commit/d61afa998ebd69872b1a294351d37d2e77cf9651)) + ## [1.8.3](https://github.com/yann510/ss-search/compare/v1.8.2...v1.8.3) (2023-09-12) diff --git a/ss-search/package.json b/ss-search/package.json index 838e7bc..8c5f58c 100644 --- a/ss-search/package.json +++ b/ss-search/package.json @@ -1,6 +1,6 @@ { "name": "ss-search", - "version": "1.8.3", + "version": "1.9.0", "repository": "https://github.com/yann510/ss-search", "dependencies": { "lodash": "4.17.21" diff --git a/web-app/src/assets/benchmarkResults.json b/web-app/src/assets/benchmarkResults.json index 6fa312f..8ea0a46 100644 --- a/web-app/src/assets/benchmarkResults.json +++ b/web-app/src/assets/benchmarkResults.json @@ -220,5 +220,11 @@ "operationType": 0, "operationsPerSecond": 396.71246953503413, "runsSampled": 285 + }, + { + "version": "1.8.3", + "operationType": 0, + "operationsPerSecond": 358.8518492791693, + "runsSampled": 275 } -] +] \ No newline at end of file