Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](1.0.1...1.0.2) (2023-10-24)

### Bug Fixes

* delegates to the searchV1 API to handle the query.size and query.from parameters ([2800892](2800892))
* set default search size to 250 ([8e826dc](8e826dc))
  • Loading branch information
semantic-release-bot committed Oct 24, 2023
1 parent 2800892 commit 902e0c2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.2](https://github.com/openupm/verdaccio-redis-search-patch/compare/1.0.1...1.0.2) (2023-10-24)


### Bug Fixes

* delegates to the searchV1 API to handle the query.size and query.from parameters ([2800892](https://github.com/openupm/verdaccio-redis-search-patch/commit/280089264cd27b6e6a2ff0ad4dfb41f442a67bd8))
* set default search size to 250 ([8e826dc](https://github.com/openupm/verdaccio-redis-search-patch/commit/8e826dc7a2501fdf9681b8de32d9b89ab343aab9))

## [1.0.1](https://github.com/openupm/verdaccio-redis-search-patch/compare/1.0.0...1.0.1) (2023-05-28)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verdaccio-redis-search-patch",
"version": "1.0.1",
"version": "1.0.2",
"description": "The middleware overrides v1/search endpoint with a redis search based backend for verdaccio@5 and verdaccio-redis-storage",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down

0 comments on commit 902e0c2

Please sign in to comment.