Skip to content

Commit

Permalink
chore: release v7.5.1 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
nodejs-github-bot authored Feb 7, 2025
1 parent d99df4b commit 903ae41
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.5.0"
".": "7.5.1"
}
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

## [7.5.1](https://github.com/nodejs/require-in-the-middle/compare/require-in-the-middle-v7.5.0...require-in-the-middle-v7.5.1) (2025-02-06)


### Bug Fixes

* Runtime exception in Node SEA mode ([#106](https://github.com/nodejs/require-in-the-middle/issues/106)) ([d99df4b](https://github.com/nodejs/require-in-the-middle/commit/d99df4b20a90e59cd25ac5d740d2464c9c8f2e7b))

## v7.5.0

- Use Node.js core `require.resolve()`, rather than `require('resolve').sync()`, when available.
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.5.0",
"version": "7.5.1",
"description": "Module to hook into the Node.js require function",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 903ae41

Please # to comment.