Skip to content

Commit

Permalink
v7.4.0 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Jul 25, 2024
1 parent 714ce69 commit 89db350
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# require-in-the-middle changelog

## v7.4.0

- Support hooking built-in Node.js loaded via
[`process.getBuiltinModule`](https://nodejs.org/api/all.html#all_process_processgetbuiltinmoduleid),
added in v22.3.0.
(https://github.com/elastic/require-in-the-middle/pull/92)

## v7.3.0

- Module name args passed to a `Hook` will now match against package
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "require-in-the-middle",
"version": "7.3.0",
"version": "7.4.0",
"description": "Module to hook into the Node.js require function",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 89db350

Please sign in to comment.