diff --git a/CHANGELOG.md b/CHANGELOG.md index cb05dce..2b562ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Change Log +### 4.3.0 (28/09/2019) +- [#267](https://github.com/codemanki/cloudscraper/pull/267) Typescript definitions. +- [#271](https://github.com/codemanki/cloudscraper/pull/271) Fix brotli compressed JSON responses. + ### 4.2.0 (24/09/2019) - [#260](https://github.com/codemanki/cloudscraper/pull/260) Update reCaptcha handling. Deprecate `captcha.url` in preference of `captcha.uri`. [Fix fallback siteKey handling](https://github.com/codemanki/cloudscraper/issues/259#issuecomment-531450844) diff --git a/package.json b/package.json index 9fa7055..087af29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudscraper", - "version": "4.2.0", + "version": "4.3.0", "description": "Bypasses cloudflare's anti-ddos page", "main": "index.js", "engines": {