Skip to content

Commit b452ef6

Browse files
algolia-botmillotp
andcommitted
chore: release 5.2.3
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 1aa736a commit b452ef6

File tree

40 files changed

+144
-140
lines changed

40 files changed

+144
-140
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [5.2.3](https://github.com/algolia/algoliasearch-client-javascript/compare/5.2.2...5.2.3)
2+
3+
- [327e08d4e](https://github.com/algolia/api-clients-automation/commit/327e08d4e) fix(specs): ingestion push task payload [skip-bc] ([#3607](https://github.com/algolia/api-clients-automation/pull/3607)) by [@shortcuts](https://github.com/shortcuts/)
4+
15
## [5.2.2](https://github.com/algolia/algoliasearch-client-javascript/compare/5.2.1...5.2.2)
26

37
- [7189cbe4c](https://github.com/algolia/api-clients-automation/commit/7189cbe4c) fix(javascript): dependency imports and low-level init ([#3596](https://github.com/algolia/api-clients-automation/pull/3596)) by [@shortcuts](https://github.com/shortcuts/)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<a href="https://discourse.algolia.com" target="_blank">Community Forum</a> •
2020
<a href="http://stackoverflow.com/questions/tagged/algolia" target="_blank">Stack Overflow</a> •
2121
<a href="https://github.com/algolia/algoliasearch-client-javascript/issues" target="_blank">Report a bug</a> •
22-
<a href="https://www.algolia.com/doc/api-client/troubleshooting/faq/javascript/" target="_blank">FAQ</a> •
22+
<a href="https://www.algolia.com/doc/libraries/javascript/v5/" target="_blank">FAQ</a> •
2323
<a href="https://alg.li/support" target="_blank">Support</a>
2424
</p>
2525

@@ -67,7 +67,7 @@ For full documentation, visit the **[Algolia JavaScript API Client](https://www.
6767

6868
## ❓ Troubleshooting
6969

70-
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/api-client/troubleshooting/faq/javascript/) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
70+
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/libraries/javascript/v5/) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
7171

7272
## 📄 License
7373

packages/algoliasearch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<a href="https://discourse.algolia.com" target="_blank">Community Forum</a> •
2020
<a href="http://stackoverflow.com/questions/tagged/algolia" target="_blank">Stack Overflow</a> •
2121
<a href="https://github.com/algolia/algoliasearch-client-javascript/issues" target="_blank">Report a bug</a> •
22-
<a href="https://www.algolia.com/doc/api-client/troubleshooting/faq/javascript/" target="_blank">FAQ</a> •
22+
<a href="https://www.algolia.com/doc/libraries/javascript/v5/" target="_blank">FAQ</a> •
2323
<a href="https://alg.li/support" target="_blank">Support</a>
2424
</p>
2525

@@ -67,7 +67,7 @@ For full documentation, visit the **[Algolia JavaScript API Client](https://www.
6767

6868
## ❓ Troubleshooting
6969

70-
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/api-client/troubleshooting/faq/javascript/) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
70+
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/libraries/javascript/v5/) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
7171

7272
## 📄 License
7373

packages/algoliasearch/lite/src/liteClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import type { SearchMethodParams } from '../model/searchMethodParams';
2222
import type { SearchResponse } from '../model/searchResponse';
2323
import type { SearchResponses } from '../model/searchResponses';
2424

25-
export const apiClientVersion = '5.2.2';
25+
export const apiClientVersion = '5.2.3';
2626

2727
function getDefaultHosts(appId: string): Host[] {
2828
return (

packages/algoliasearch/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "algoliasearch",
3-
"version": "5.2.2",
3+
"version": "5.2.3",
44
"description": "A fully-featured and blazing-fast JavaScript API client to interact with Algolia API.",
55
"repository": {
66
"type": "git",
@@ -65,14 +65,14 @@
6565
"test": "jest"
6666
},
6767
"dependencies": {
68-
"@algolia/client-abtesting": "5.2.2",
69-
"@algolia/client-analytics": "5.2.2",
70-
"@algolia/client-common": "5.2.2",
71-
"@algolia/client-personalization": "5.2.2",
72-
"@algolia/client-search": "5.2.2",
73-
"@algolia/recommend": "5.2.2",
74-
"@algolia/requester-browser-xhr": "5.2.2",
75-
"@algolia/requester-node-http": "5.2.2"
68+
"@algolia/client-abtesting": "5.2.3",
69+
"@algolia/client-analytics": "5.2.3",
70+
"@algolia/client-common": "5.2.3",
71+
"@algolia/client-personalization": "5.2.3",
72+
"@algolia/client-search": "5.2.3",
73+
"@algolia/recommend": "5.2.3",
74+
"@algolia/requester-browser-xhr": "5.2.3",
75+
"@algolia/requester-node-http": "5.2.3"
7676
},
7777
"devDependencies": {
7878
"@babel/preset-env": "7.25.4",

packages/client-abtesting/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<a href="https://discourse.algolia.com" target="_blank">Community Forum</a> •
2020
<a href="http://stackoverflow.com/questions/tagged/algolia" target="_blank">Stack Overflow</a> •
2121
<a href="https://github.com/algolia/algoliasearch-client-javascript/issues" target="_blank">Report a bug</a> •
22-
<a href="https://www.algolia.com/doc/api-client/troubleshooting/faq/javascript/" target="_blank">FAQ</a> •
22+
<a href="https://www.algolia.com/doc/libraries/javascript/v5/" target="_blank">FAQ</a> •
2323
<a href="https://alg.li/support" target="_blank">Support</a>
2424
</p>
2525

@@ -62,7 +62,7 @@ For full documentation, visit the **[Algolia JavaScript API Client](https://www.
6262

6363
## ❓ Troubleshooting
6464

65-
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/api-client/troubleshooting/faq/javascript/) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
65+
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/libraries/javascript/v5/) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
6666

6767
## 📄 License
6868

packages/client-abtesting/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algolia/client-abtesting",
3-
"version": "5.2.2",
3+
"version": "5.2.3",
44
"description": "JavaScript client for client-abtesting",
55
"repository": {
66
"type": "git",
@@ -44,9 +44,9 @@
4444
"clean": "rm -rf ./dist || true"
4545
},
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.2",
48-
"@algolia/requester-browser-xhr": "5.2.2",
49-
"@algolia/requester-node-http": "5.2.2"
47+
"@algolia/client-common": "5.2.3",
48+
"@algolia/requester-browser-xhr": "5.2.3",
49+
"@algolia/requester-node-http": "5.2.3"
5050
},
5151
"devDependencies": {
5252
"@types/node": "22.5.0",

packages/client-abtesting/src/abtestingClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import type { ListABTestsResponse } from '../model/listABTestsResponse';
2727
import type { ScheduleABTestResponse } from '../model/scheduleABTestResponse';
2828
import type { ScheduleABTestsRequest } from '../model/scheduleABTestsRequest';
2929

30-
export const apiClientVersion = '5.2.2';
30+
export const apiClientVersion = '5.2.3';
3131

3232
export const REGIONS = ['de', 'us'] as const;
3333
export type Region = (typeof REGIONS)[number];

packages/client-analytics/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<a href="https://discourse.algolia.com" target="_blank">Community Forum</a> •
2020
<a href="http://stackoverflow.com/questions/tagged/algolia" target="_blank">Stack Overflow</a> •
2121
<a href="https://github.com/algolia/algoliasearch-client-javascript/issues" target="_blank">Report a bug</a> •
22-
<a href="https://www.algolia.com/doc/api-client/troubleshooting/faq/javascript/" target="_blank">FAQ</a> •
22+
<a href="https://www.algolia.com/doc/libraries/javascript/v5/" target="_blank">FAQ</a> •
2323
<a href="https://alg.li/support" target="_blank">Support</a>
2424
</p>
2525

@@ -62,7 +62,7 @@ For full documentation, visit the **[Algolia JavaScript API Client](https://www.
6262

6363
## ❓ Troubleshooting
6464

65-
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/api-client/troubleshooting/faq/javascript/) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
65+
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/libraries/javascript/v5/) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
6666

6767
## 📄 License
6868

packages/client-analytics/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algolia/client-analytics",
3-
"version": "5.2.2",
3+
"version": "5.2.3",
44
"description": "JavaScript client for client-analytics",
55
"repository": {
66
"type": "git",
@@ -44,9 +44,9 @@
4444
"clean": "rm -rf ./dist || true"
4545
},
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.2",
48-
"@algolia/requester-browser-xhr": "5.2.2",
49-
"@algolia/requester-node-http": "5.2.2"
47+
"@algolia/client-common": "5.2.3",
48+
"@algolia/requester-browser-xhr": "5.2.3",
49+
"@algolia/requester-node-http": "5.2.3"
5050
},
5151
"devDependencies": {
5252
"@types/node": "22.5.0",

packages/client-analytics/src/analyticsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
5757
import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse';
5858
import type { GetUsersCountResponse } from '../model/getUsersCountResponse';
5959

60-
export const apiClientVersion = '5.2.2';
60+
export const apiClientVersion = '5.2.3';
6161

6262
export const REGIONS = ['de', 'us'] as const;
6363
export type Region = (typeof REGIONS)[number];

packages/client-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algolia/client-common",
3-
"version": "5.2.2",
3+
"version": "5.2.3",
44
"description": "Common package for the Algolia JavaScript API client.",
55
"repository": {
66
"type": "git",

packages/client-insights/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<a href="https://discourse.algolia.com" target="_blank">Community Forum</a> •
2020
<a href="http://stackoverflow.com/questions/tagged/algolia" target="_blank">Stack Overflow</a> •
2121
<a href="https://github.com/algolia/algoliasearch-client-javascript/issues" target="_blank">Report a bug</a> •
22-
<a href="https://www.algolia.com/doc/api-client/troubleshooting/faq/javascript/" target="_blank">FAQ</a> •
22+
<a href="https://www.algolia.com/doc/libraries/javascript/v5/" target="_blank">FAQ</a> •
2323
<a href="https://alg.li/support" target="_blank">Support</a>
2424
</p>
2525

@@ -62,7 +62,7 @@ For full documentation, visit the **[Algolia JavaScript API Client](https://www.
6262

6363
## ❓ Troubleshooting
6464

65-
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/api-client/troubleshooting/faq/javascript/) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
65+
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/libraries/javascript/v5/) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
6666

6767
## 📄 License
6868

packages/client-insights/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algolia/client-insights",
3-
"version": "5.2.2",
3+
"version": "5.2.3",
44
"description": "JavaScript client for client-insights",
55
"repository": {
66
"type": "git",
@@ -44,9 +44,9 @@
4444
"clean": "rm -rf ./dist || true"
4545
},
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.2",
48-
"@algolia/requester-browser-xhr": "5.2.2",
49-
"@algolia/requester-node-http": "5.2.2"
47+
"@algolia/client-common": "5.2.3",
48+
"@algolia/requester-browser-xhr": "5.2.3",
49+
"@algolia/requester-node-http": "5.2.3"
5050
},
5151
"devDependencies": {
5252
"@types/node": "22.5.0",

packages/client-insights/src/insightsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import type {
2020
import type { EventsResponse } from '../model/eventsResponse';
2121
import type { InsightsEvents } from '../model/insightsEvents';
2222

23-
export const apiClientVersion = '5.2.2';
23+
export const apiClientVersion = '5.2.3';
2424

2525
export const REGIONS = ['de', 'us'] as const;
2626
export type Region = (typeof REGIONS)[number];

packages/client-personalization/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<a href="https://discourse.algolia.com" target="_blank">Community Forum</a> •
2020
<a href="http://stackoverflow.com/questions/tagged/algolia" target="_blank">Stack Overflow</a> •
2121
<a href="https://github.com/algolia/algoliasearch-client-javascript/issues" target="_blank">Report a bug</a> •
22-
<a href="https://www.algolia.com/doc/api-client/troubleshooting/faq/javascript/" target="_blank">FAQ</a> •
22+
<a href="https://www.algolia.com/doc/libraries/javascript/v5/" target="_blank">FAQ</a> •
2323
<a href="https://alg.li/support" target="_blank">Support</a>
2424
</p>
2525

@@ -62,7 +62,7 @@ For full documentation, visit the **[Algolia JavaScript API Client](https://www.
6262

6363
## ❓ Troubleshooting
6464

65-
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/api-client/troubleshooting/faq/javascript/) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
65+
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/libraries/javascript/v5/) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
6666

6767
## 📄 License
6868

packages/client-personalization/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algolia/client-personalization",
3-
"version": "5.2.2",
3+
"version": "5.2.3",
44
"description": "JavaScript client for client-personalization",
55
"repository": {
66
"type": "git",
@@ -44,9 +44,9 @@
4444
"clean": "rm -rf ./dist || true"
4545
},
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.2",
48-
"@algolia/requester-browser-xhr": "5.2.2",
49-
"@algolia/requester-node-http": "5.2.2"
47+
"@algolia/client-common": "5.2.3",
48+
"@algolia/requester-browser-xhr": "5.2.3",
49+
"@algolia/requester-node-http": "5.2.3"
5050
},
5151
"devDependencies": {
5252
"@types/node": "22.5.0",

packages/client-personalization/src/personalizationClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import type { GetUserTokenResponse } from '../model/getUserTokenResponse';
2323
import type { PersonalizationStrategyParams } from '../model/personalizationStrategyParams';
2424
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse';
2525

26-
export const apiClientVersion = '5.2.2';
26+
export const apiClientVersion = '5.2.3';
2727

2828
export const REGIONS = ['eu', 'us'] as const;
2929
export type Region = (typeof REGIONS)[number];

packages/client-query-suggestions/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<a href="https://discourse.algolia.com" target="_blank">Community Forum</a> •
2020
<a href="http://stackoverflow.com/questions/tagged/algolia" target="_blank">Stack Overflow</a> •
2121
<a href="https://github.com/algolia/algoliasearch-client-javascript/issues" target="_blank">Report a bug</a> •
22-
<a href="https://www.algolia.com/doc/api-client/troubleshooting/faq/javascript/" target="_blank">FAQ</a> •
22+
<a href="https://www.algolia.com/doc/libraries/javascript/v5/" target="_blank">FAQ</a> •
2323
<a href="https://alg.li/support" target="_blank">Support</a>
2424
</p>
2525

@@ -62,7 +62,7 @@ For full documentation, visit the **[Algolia JavaScript API Client](https://www.
6262

6363
## ❓ Troubleshooting
6464

65-
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/api-client/troubleshooting/faq/javascript/) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
65+
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/libraries/javascript/v5/) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
6666

6767
## 📄 License
6868

packages/client-query-suggestions/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algolia/client-query-suggestions",
3-
"version": "5.2.2",
3+
"version": "5.2.3",
44
"description": "JavaScript client for client-query-suggestions",
55
"repository": {
66
"type": "git",
@@ -44,9 +44,9 @@
4444
"clean": "rm -rf ./dist || true"
4545
},
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.2",
48-
"@algolia/requester-browser-xhr": "5.2.2",
49-
"@algolia/requester-node-http": "5.2.2"
47+
"@algolia/client-common": "5.2.3",
48+
"@algolia/requester-browser-xhr": "5.2.3",
49+
"@algolia/requester-node-http": "5.2.3"
5050
},
5151
"devDependencies": {
5252
"@types/node": "22.5.0",

packages/client-query-suggestions/src/querySuggestionsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import type { ConfigurationResponse } from '../model/configurationResponse';
2727
import type { ConfigurationWithIndex } from '../model/configurationWithIndex';
2828
import type { LogFile } from '../model/logFile';
2929

30-
export const apiClientVersion = '5.2.2';
30+
export const apiClientVersion = '5.2.3';
3131

3232
export const REGIONS = ['eu', 'us'] as const;
3333
export type Region = (typeof REGIONS)[number];

packages/client-search/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<a href="https://discourse.algolia.com" target="_blank">Community Forum</a> •
2020
<a href="http://stackoverflow.com/questions/tagged/algolia" target="_blank">Stack Overflow</a> •
2121
<a href="https://github.com/algolia/algoliasearch-client-javascript/issues" target="_blank">Report a bug</a> •
22-
<a href="https://www.algolia.com/doc/api-client/troubleshooting/faq/javascript/" target="_blank">FAQ</a> •
22+
<a href="https://www.algolia.com/doc/libraries/javascript/v5/" target="_blank">FAQ</a> •
2323
<a href="https://alg.li/support" target="_blank">Support</a>
2424
</p>
2525

@@ -62,7 +62,7 @@ For full documentation, visit the **[Algolia JavaScript API Client](https://www.
6262

6363
## ❓ Troubleshooting
6464

65-
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/api-client/troubleshooting/faq/javascript/) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
65+
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/libraries/javascript/v5/) where you will find answers for the most common issues and gotchas with the client. You can also open [a GitHub issue](https://github.com/algolia/api-clients-automation/issues/new?assignees=&labels=&projects=&template=Bug_report.md)
6666

6767
## 📄 License
6868

packages/client-search/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algolia/client-search",
3-
"version": "5.2.2",
3+
"version": "5.2.3",
44
"description": "JavaScript client for client-search",
55
"repository": {
66
"type": "git",
@@ -44,9 +44,9 @@
4444
"clean": "rm -rf ./dist || true"
4545
},
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.2",
48-
"@algolia/requester-browser-xhr": "5.2.2",
49-
"@algolia/requester-node-http": "5.2.2"
47+
"@algolia/client-common": "5.2.3",
48+
"@algolia/requester-browser-xhr": "5.2.3",
49+
"@algolia/requester-node-http": "5.2.3"
5050
},
5151
"devDependencies": {
5252
"@types/node": "22.5.0",

0 commit comments

Comments
 (0)