From 6782d5ac459bd217cd91b4d04612c2cf69c05c15 Mon Sep 17 00:00:00 2001 From: Ondra Urban Date: Tue, 22 Dec 2020 12:33:23 +0100 Subject: [PATCH] Pin cheerio, update changelog --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9926d043e619..8f62d89d05f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.22.2 / 2020/12/22 +==================== +- Pinned `cheerio` to `1.0.0-rc.3` to avoid install problems in some builds. +- Increased default `maxEventLoopOverloadedRatio` in `SystemStatusOptions` to 0.6. +- Updated packages and improved docs. + 0.22.1 / 2020/12/09 ==================== This is the last major release before SDK v1.0.0. We're committed to deliver v1 at the diff --git a/package.json b/package.json index 6e64c975d2de..d61e5408a14d 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/tough-cookie": "^4.0.0", "apify-client": "1.0.1", "apify-shared": "^0.5.0", - "cheerio": "^1.0.0-rc.3", + "cheerio": "1.0.0-rc.3", "content-type": "^1.0.4", "express": "^4.17.1", "fs-extra": "^9.0.1",