Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish #106

Merged
merged 1 commit into from
Nov 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions ss-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion ss-search/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading