Skip to content

Commit

Permalink
chore(release): 1.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Sep 25, 2023
1 parent 411b791 commit 4967cb6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.5](https://github.com/streamich/fs-monkey/compare/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](https://github.com/streamich/fs-monkey/issues/378)) ([411b791](https://github.com/streamich/fs-monkey/commit/411b7910fed8951b0fa5bab4daa945470ce26077))

## [1.0.4](https://github.com/streamich/fs-monkey/compare/v1.0.3...v1.0.4) (2023-06-01)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fs-monkey",
"version": "1.0.4",
"version": "1.0.5",
"description": "Monkey patches for file system related things.",
"main": "lib/index.js",
"license": "Unlicense",
Expand Down

0 comments on commit 4967cb6

Please sign in to comment.