Skip to content

Commit

Permalink
Update changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnmkng committed Sep 30, 2020
1 parent 3e46bec commit d50730f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.21.5 / 2020/09/02
====================
This is a very minor release that fixes some issues that were preventing
use of the SDK with Node 14.

- Update the request serialization process which is used in `RequestList`
to work with Node 10+.
- Update some TypeScript types that were preventing build due to changes
in typed dependencies.

0.21.4 / 2020/09/02
====================
The statistics that you may remember from logs are now persisted in key-value store,
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",
"version": "0.21.4",
"version": "0.21.5",
"description": "The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.",
"engines": {
"node": "^10.17.0 || ^12.3.0"
Expand Down

0 comments on commit d50730f

Please sign in to comment.