diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff053c..6e44aa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## main +## 8.1.0 + +- Getting the built-in `Fecther` default instance for the `DNSimple` class constructor has been made more robust to cover more scenarios where `fetch` might be present. + + Now it also throws an actionable user error when no built-in `Fetcher` instance can be produced so that end-users can provide an implementation through the constructor's `fetcher` parameter. + +- Housekeeping: + - Development stack has been updated, including a migration of the test suite to Jest and `fetchMock` + ## 8.0.0 - Upgraded NodeJS runtime requirements to Node JS 18 or higher diff --git a/package.json b/package.json index 3dcd93d..ae48e05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dnsimple", - "version": "8.0.0", + "version": "8.1.0", "description": "A Node.JS client for the DNSimple API.", "keywords": [ "dnsimple",