Skip to content

Commit

Permalink
chore(release): v1.8.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.3](v1.8.2...v1.8.3) (2023-09-12)

### Bug Fixes

* netlify ([#68](#68)) ([dd3e0e6](dd3e0e6))
  • Loading branch information
semantic-release-bot committed Sep 12, 2023
1 parent dd3e0e6 commit 5bff465
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
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.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)


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.2",
"version": "1.8.3",
"repository": "https://github.com/yann510/ss-search",
"dependencies": {
"lodash": "4.17.21"
Expand Down
18 changes: 18 additions & 0 deletions web-app/src/assets/benchmarkResults.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]

0 comments on commit 5bff465

Please sign in to comment.