From df449c490bbd758165a71126afd38ebfa8e3205c Mon Sep 17 00:00:00 2001 From: kiidii Date: Fri, 17 Nov 2023 16:22:24 +0200 Subject: [PATCH] added change log for 3.1.0 version --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2239cf3..d153b82 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,16 @@ directoryImport(options, (moduleName, modulePath, moduleData) => { ## Change Log +### [3.1.0] - 2023-11-17 + +#### Added +- .mjs files are supported now. + +#### Fixed +- options.callerFilePath now returns the correct path to the file from which the function was called. +- Declaration files are no longer imported. +- Other minor fixes. + ### [3.0.0] - 2023-07-29 #### Added