From d3cac2f2b04c50cdc9c71e77acdaa4e54d226a3c Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 30 Jan 2024 11:11:42 -0800 Subject: [PATCH] update link at changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e0645e..90d207d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # changelog * 2.6.? _tbd_ - * update publish spec job actions, use checkout@v4 and setup-node@v4 + * [update publish spec job actions,](https://github.com/iambumblehead/esmock/pull/291) use checkout@v4 and setup-node@v4 * 2.6.3 _Jan.23.2023_ * [resolve nested exports defined on named-properties](https://github.com/iambumblehead/resolvewithplus/pull/65) with wildcards, eg `exports: { './*': { default: './src/*/index.js' } }` resolves [this issue at esmock](https://github.com/iambumblehead/esmock/issues/289) * 2.6.2 _Jan.14.2023_