Skip to content

Commit

Permalink
chore(release): publish (#106)
Browse files Browse the repository at this point in the history
- project: ss-search 1.11.0
  • Loading branch information
yann510 authored Nov 3, 2024
1 parent c5247f4 commit 42ab102
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
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

0 comments on commit 42ab102

Please sign in to comment.