Skip to content

Commit ba6aaf1

Browse files
committed
Prepare release 5.0.1
1 parent bbbd084 commit ba6aaf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/api-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ApiClient {
4343
method: request.method,
4444
headers: {'Accept': 'application/json',
4545
'Content-Type': 'application/json',
46-
'User-Agent': 'recombee-node-api-client/5.0.0'},
46+
'User-Agent': 'recombee-node-api-client/5.0.1'},
4747
timeout: request.timeout,
4848
agent: this.options.agent
4949
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "recombee-api-client",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Node.js client (SDK) for easy use of the Recombee recommendation API",
55
"main": "index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)