From d580cae1ac5d8003467a457beebd01915d5def1c Mon Sep 17 00:00:00 2001 From: Guillermo Gutierrez Almazor Date: Fri, 11 Oct 2024 14:06:22 +0200 Subject: [PATCH] Change: fix `CHANGELOG.md` lint --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e44aa9..a40e46b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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