We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbd084 commit ba6aaf1Copy full SHA for ba6aaf1
lib/api-client.js
@@ -43,7 +43,7 @@ class ApiClient {
43
method: request.method,
44
headers: {'Accept': 'application/json',
45
'Content-Type': 'application/json',
46
- 'User-Agent': 'recombee-node-api-client/5.0.0'},
+ 'User-Agent': 'recombee-node-api-client/5.0.1'},
47
timeout: request.timeout,
48
agent: this.options.agent
49
};
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "recombee-api-client",
3
- "version": "5.0.0",
+ "version": "5.0.1",
4
"description": "Node.js client (SDK) for easy use of the Recombee recommendation API",
5
"main": "index.js",
6
"types": "lib/index.d.ts",
0 commit comments