Skip to content

Commit

Permalink
added change log for 3.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
KiiDii committed Nov 17, 2023
1 parent 7e860e9 commit df449c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df449c4

Please sign in to comment.