Skip to content

Commit

Permalink
Change: fix CHANGELOG.md lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ggalmazor committed Oct 11, 2024
1 parent 22443de commit d580cae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

## 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.
- 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.
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`
- Development stack has been updated, including a migration of the test suite to Jest and `fetchMock`

## 8.0.0

Expand Down

0 comments on commit d580cae

Please sign in to comment.