diff --git a/CHANGELOG.md b/CHANGELOG.md index be9fa2f..6501798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 77b2855..84054aa 100644 --- a/package.json +++ b/package.json @@ -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",