diff --git a/ss-search/CHANGELOG.md b/ss-search/CHANGELOG.md index 37a6b6a..8d3094d 100644 --- a/ss-search/CHANGELOG.md +++ b/ss-search/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.3](https://github.com/yann510/ss-search/compare/v1.8.2...v1.8.3) (2023-09-12) + + +### Bug Fixes + +* netlify ([#68](https://github.com/yann510/ss-search/issues/68)) ([dd3e0e6](https://github.com/yann510/ss-search/commit/dd3e0e625412813e6389ef1cb9e1e0c783679797)) + ## [1.8.2](https://github.com/yann510/ss-search/compare/v1.8.1...v1.8.2) (2023-09-12) diff --git a/ss-search/package.json b/ss-search/package.json index 333b820..838e7bc 100644 --- a/ss-search/package.json +++ b/ss-search/package.json @@ -1,6 +1,6 @@ { "name": "ss-search", - "version": "1.8.2", + "version": "1.8.3", "repository": "https://github.com/yann510/ss-search", "dependencies": { "lodash": "4.17.21" diff --git a/web-app/src/assets/benchmarkResults.json b/web-app/src/assets/benchmarkResults.json index bb9f761..9320306 100644 --- a/web-app/src/assets/benchmarkResults.json +++ b/web-app/src/assets/benchmarkResults.json @@ -202,5 +202,23 @@ "operationType": 0, "operationsPerSecond": 769.1726455838527, "runsSampled": 290 + }, + { + "version": "1.8.0", + "operationType": 0, + "operationsPerSecond": 356.10639530380524, + "runsSampled": 287 + }, + { + "version": "1.8.1", + "operationType": 0, + "operationsPerSecond": 395.99397705084226, + "runsSampled": 286 + }, + { + "version": "1.8.2", + "operationType": 0, + "operationsPerSecond": 396.71246953503413, + "runsSampled": 285 } ] \ No newline at end of file