Skip to content

Commit

Permalink
Update storage-local to fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mnmkng committed Jan 10, 2021
1 parent 0a17190 commit 83cffa1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.22.4 / 2021/01/10
====================
- Fix issues with `Apify.pushData()` and `keyValueStore.forEachKey()`
by updating `@apify/storage-local` to `1.0.2`.

0.22.3 / 2021/01/09
====================
- Fix `puppeteerPool` missing in handle page arguments.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apify",
"version": "0.22.3",
"version": "0.22.4",
"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"
Expand Down Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@apify/http-request": "^2.1.1",
"@apify/ps-tree": "^1.1.3",
"@apify/storage-local": "1.0.1",
"@apify/storage-local": "1.0.2",
"@types/cheerio": "^0.22.22",
"@types/domhandler": "^2.4.1",
"@types/node": "^14",
Expand Down

0 comments on commit 83cffa1

Please sign in to comment.