v2.0.0 - Breaking changes
What's Changed
- Bump listr2 from 6.3.1 to 6.4.1 by @dependabot in #73
- Bump @types/node from 18.16.0 to 18.16.3 by @dependabot in #74
- Remove node fetch by @williamd5 in #76
Breaking changes
This project has now moved away from node-fetch and uses the built-in Fetch API in Node.js 18. Hence, this project now requires Node.js version 18.15.0 or above and npm version 9.6.4 or above.
If you are running an older version of Node.js or npm you can use <=2.0.0 versions of this package. These versions, however, will not receive any future updates.
Full Changelog: v1.10.3...v2.0.0