Skip to content

Commit

Permalink
chore(release): v1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](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](#69)) ([d61afa9](d61afa9))
  • Loading branch information
semantic-release-bot committed Sep 15, 2023
1 parent d61afa9 commit d45208a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ss-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.8.3",
"version": "1.9.0",
"repository": "https://github.com/yann510/ss-search",
"dependencies": {
"lodash": "4.17.21"
Expand Down
8 changes: 7 additions & 1 deletion web-app/src/assets/benchmarkResults.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,11 @@
"operationType": 0,
"operationsPerSecond": 396.71246953503413,
"runsSampled": 285
},
{
"version": "1.8.3",
"operationType": 0,
"operationsPerSecond": 358.8518492791693,
"runsSampled": 275
}
]
]

0 comments on commit d45208a

Please sign in to comment.