From c7a8ffdc84ef9229b295df2f9f08b7ea03b206ef Mon Sep 17 00:00:00 2001 From: Javad Mnjd Date: Thu, 28 Jul 2022 18:14:17 +0430 Subject: [PATCH] fix: changelog lint issues --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce4430..ab00bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,10 +22,8 @@ - fix timeout functionality as the abort signal is now supported as of deno v1.11 - Version v5.0.0+ is the recommended version now (abort controller is used now). please don't use v4 of fetch goody anymore. - ## v4.0.0 - due to adding `timeout` option and the way it works, it may cause issues. so I release this as breaking change.