From 68d318a3b44e0ef4b2a8f813f6c82188d580d66b Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 13 Jan 2024 19:55:32 -0800 Subject: [PATCH] fix changelog links --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b68aa6f..1f04512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,8 @@ * [update eslint](https://github.com/iambumblehead/esmock/pull/276) disallow trailing whitespace * [add typescript example](https://github.com/iambumblehead/esmock/pull/278) to README * [update esmock to correctly](https://github.com/iambumblehead/esmock/pull/282) mock builtins imported with `await import` thanks @btakita - * [move typescript example from README](https://github.com/iambumblehead/esmock/pull/283) to wiki - * [update eslint package](https://github.com/iambumblehead/esmock/pull/284) to resolve failing lint command + * [move typescript example from README](https://github.com/iambumblehead/esmock/pull/285) to wiki + * [update eslint package](https://github.com/iambumblehead/esmock/pull/286) to resolve failing lint command * 2.6.0 _Nov.07.2023_ * [typings: make MockFunction generic,](https://github.com/iambumblehead/esmock/pull/267) thanks @uwinkelvos * 2.5.9 _Nov.01.2023_