Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrunkat committed Apr 4, 2019
1 parent 0ef0a1d commit d455820
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.5.11 / 2019/04/04
===================
- Client now retries request in a case of an invalid JSON response (incomplete response payload).

0.5.10 / 2019/03/21
===================
- `apifyClient.stats.rateLimitErrors` is now an `Array` and tracks errors per retry count.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apify-client",
"version": "0.5.10",
"version": "0.5.11",
"description": "Apify API client for JavaScript",
"main": "build/index.js",
"keywords": [
Expand Down

0 comments on commit d455820

Please sign in to comment.