Skip to content

Commit 4967cb6

Browse files
chore(release): 1.0.5 [skip ci]
## [1.0.5](v1.0.4...v1.0.5) (2023-09-25) ### Bug Fixes * look for `exports.require` in `package.json` in addition to `main` when patching `require` ([#378](#378)) ([411b791](411b791))
1 parent 411b791 commit 4967cb6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.5](https://github.com/streamich/fs-monkey/compare/v1.0.4...v1.0.5) (2023-09-25)
2+
3+
4+
### Bug Fixes
5+
6+
* look for `exports.require` in `package.json` in addition to `main` when patching `require` ([#378](https://github.com/streamich/fs-monkey/issues/378)) ([411b791](https://github.com/streamich/fs-monkey/commit/411b7910fed8951b0fa5bab4daa945470ce26077))
7+
18
## [1.0.4](https://github.com/streamich/fs-monkey/compare/v1.0.3...v1.0.4) (2023-06-01)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fs-monkey",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Monkey patches for file system related things.",
55
"main": "lib/index.js",
66
"license": "Unlicense",

0 commit comments

Comments
 (0)