diff --git a/ss-search/CHANGELOG.md b/ss-search/CHANGELOG.md index 3567503..735b0f6 100644 --- a/ss-search/CHANGELOG.md +++ b/ss-search/CHANGELOG.md @@ -1,3 +1,43 @@ +## 1.11.0 (2024-11-03) + + +### 🚀 Features + +- updated all dependencies + improved return typing with overloads for the search function ([#66](https://github.com/yann510/ss-search/pull/66)) + +- 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/pull/69)) + + +### 🩹 Fixes + +- semantic-release ([0f9d647](https://github.com/yann510/ss-search/commit/0f9d647)) + +- semantic-release + format ([4661021](https://github.com/yann510/ss-search/commit/4661021)) + +- semantic-release ([f5fdfdf](https://github.com/yann510/ss-search/commit/f5fdfdf)) + +- version tagging ([aaf15a4](https://github.com/yann510/ss-search/commit/aaf15a4)) + +- semantic-release ([1405328](https://github.com/yann510/ss-search/commit/1405328)) + +- removed rollup config ([25efdcb](https://github.com/yann510/ss-search/commit/25efdcb)) + +- change package type to module ([#92](https://github.com/yann510/ss-search/pull/92)) + +- updated nx and removed exposed cloud token -> nx login for remote caching ([#100](https://github.com/yann510/ss-search/pull/100)) + +- benchmark by using es modules in ss-search package ([20322ab](https://github.com/yann510/ss-search/commit/20322ab)) + +- build output is now truly esm friendly and works well with cjs too ([#101](https://github.com/yann510/ss-search/pull/101)) + +- added missing readme + other files to published package ([#104](https://github.com/yann510/ss-search/pull/104)) + + +### ❤️ Thank You + +- Vasilis Voyiadjis @billvog +- Yann Thibodeau + ## [1.10.3](https://github.com/yann510/ss-search/compare/v1.10.2...v1.10.3) (2024-10-31) diff --git a/ss-search/package.json b/ss-search/package.json index 7a385ba..92d4acc 100644 --- a/ss-search/package.json +++ b/ss-search/package.json @@ -1,6 +1,6 @@ { "name": "ss-search", - "version": "1.10.3", + "version": "1.11.0", "description": "The most basic, yet powerful text search.", "keywords": [ "search",