From b1bc6cb7079ab6dfd914d22e6c271ff6fb30e4a7 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 20 Oct 2023 11:12:53 -0700 Subject: [PATCH 1/2] increment resolvewithplus --- CHANGELOG.md | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b793ee..ce586ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # changelog - * 2.5.7 _pendng_ - * [add node 21](https://github.com/iambumblehead/esmock/pull/257) to test pipeline - * [use latest node 18](https://github.com/iambumblehead/esmock/pull/258) at test pipeline + * 2.5.7 _Oct.20.2023_ + * [add node 21](https://github.com/iambumblehead/esmock/pull/258) to test pipeline + * [use latest node 18](https://github.com/iambumblehead/esmock/pull/259) at test pipeline + * [update resolver again](https://github.com/iambumblehead/esmock/pull/260) resolves [this issue.](https://github.com/iambumblehead/esmock/issues/260) * 2.5.6 _Oct.15.2023_ * [update resolver](https://github.com/iambumblehead/esmock/pull/256) to latest version, [resolves a resolution error](https://github.com/iambumblehead/resolvewithplus/releases/tag/v2.0.9) that seems to have been introduced by a previous update from the past week. * 2.5.5 _Oct.14.2023_ diff --git a/package.json b/package.json index 8924b56..cfaf1b8 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "node": ">=14.16.0" }, "dependencies": { - "resolvewithplus": "^2.0.9" + "resolvewithplus": "^2.1.3" }, "devDependencies": { "c8": "^8.0.1", From 079e94dcf4d00491ad43545a6b2407f581675c56 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 20 Oct 2023 11:15:56 -0700 Subject: [PATCH 2/2] update link at CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce586ea..319cc74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ * 2.5.7 _Oct.20.2023_ * [add node 21](https://github.com/iambumblehead/esmock/pull/258) to test pipeline * [use latest node 18](https://github.com/iambumblehead/esmock/pull/259) at test pipeline - * [update resolver again](https://github.com/iambumblehead/esmock/pull/260) resolves [this issue.](https://github.com/iambumblehead/esmock/issues/260) + * [update resolver again](https://github.com/iambumblehead/esmock/pull/261) resolves [this issue.](https://github.com/iambumblehead/esmock/issues/260) * 2.5.6 _Oct.15.2023_ * [update resolver](https://github.com/iambumblehead/esmock/pull/256) to latest version, [resolves a resolution error](https://github.com/iambumblehead/resolvewithplus/releases/tag/v2.0.9) that seems to have been introduced by a previous update from the past week. * 2.5.5 _Oct.14.2023_