Skip to content

Commit

Permalink
Release 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggalmazor committed Oct 11, 2024
1 parent 28ec8a5 commit 22443de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 22443de

Please sign in to comment.