Skip to content

Commit 72bebc9

Browse files
committed
Bumped v0.16.1
Signed-off-by: Vishal Rana <vr@labstack.com>
1 parent 8c9ddb9 commit 72bebc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class Client {
119119
return this._request('POST', '/text/summary', request, true)
120120
}
121121

122-
webpagePdf(request) {
122+
webpagePDF(request) {
123123
return this._request('POST', '/webpage/pdf', request, true)
124124
}
125125

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "labstack",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Official Node.js client library for the LabStack API",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)