From fa4a4faf7efc1cba6ce9cd1e903904b3513c248c Mon Sep 17 00:00:00 2001 From: Taras Mankovski Date: Fri, 20 Dec 2024 18:03:34 -0500 Subject: [PATCH 1/2] Updated changelog file --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changelog.md b/Changelog.md index 90174b6a..bc2af2f9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,14 @@ # Changelog +## 3.0.4 + +- 🐛 dynamically import node process + https://github.com/thefrontside/effection/pull/935 +- Deprecate non-function invocations of call() + https://github.com/thefrontside/effection/pull/929 +- backport `Context#expect()` to v3 + https://github.com/thefrontside/effection/commit/4d3be6c1be3f4c3c7dfbfd5435d07d754023800a + ## 3.0.3 - this is just a placeholder release in order to workaround an issue. It is 100% From 625c620c19c960a84c8035edc43765549efe0b22 Mon Sep 17 00:00:00 2001 From: Taras Mankovski Date: Fri, 20 Dec 2024 18:16:06 -0500 Subject: [PATCH 2/2] Bumped to 3.1.0 --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index bc2af2f9..7193902f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # Changelog -## 3.0.4 +## 3.1.0 - 🐛 dynamically import node process https://github.com/thefrontside/effection/pull/935