Skip to content

Commit

Permalink
Merge ea7246d into 3f5c481
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffijoe committed May 2, 2022
2 parents 3f5c481 + ea7246d commit d20e0a1
Show file tree
Hide file tree
Showing 6 changed files with 2,218 additions and 2,267 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
@@ -1,8 +1,10 @@
language: node_js

# Node 18 binaries require glibc >= 2.28
dist: focal

node_js:
# Disabling Stable for now since there's some breakage in tslib
# on Node 17.
# - 'stable'
- 'stable'
- '16'
- '14'
- '12'
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# v7.0.3

* Use `LoadedModuleDescriptor` in `NameFormatter` delegate parameter
* Update packages

# v7.0.2

* [#291](https://github.com/jeffijoe/awilix/issues/291) Fix `listModules` regression on Windows
Expand Down

0 comments on commit d20e0a1

Please sign in to comment.