==================== - Fix compilation errors when this module is used in TypeScript with a project that isn't using `Node16`/`NodeNext` `module`/`moduleResolution`
4.0.0
==================== - **BREAKING**: This module is now ESM only. - You will need to either migrate your projects to ESM, or import `got-scraping` in an async context via `await import('got-scraping');` - Update `got` to v13
3.1.0
==================== - Add `sessionToken` option to persist generated headers
3.0.1
==================== - Use own proxy agent
3.0.0
==================== - Switch to TypeScript - Enable insecure parser by default - Use `header-generator` to order headers - Remove `default` export in favor of `import { gotScraping }` - Fix leaking ALPN negotiation