diff --git a/CHANGELOG.md b/CHANGELOG.md index 1112f1b..97b50aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index b94b5a8..53debeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "verdaccio-redis-search-patch", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "verdaccio-redis-search-patch", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "@semantic-release/changelog": "^6.0.1", diff --git a/package.json b/package.json index b6455b7..04bbed6 100644 --- a/package.json +++ b/package.json @@ -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",