Skip to content

Commit

Permalink
chore(release): 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.4](v1.0.3...v1.0.4) (2023-06-01)

### Bug Fixes

* add .rm and .rmSync to fs methods ([#362](#362)) ([2f1a49f](2f1a49f))
  • Loading branch information
semantic-release-bot committed Jun 1, 2023
1 parent d33be7b commit b8737e1
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.4](https://github.com/streamich/fs-monkey/compare/v1.0.3...v1.0.4) (2023-06-01)


### Bug Fixes

* add .rm and .rmSync to fs methods ([#362](https://github.com/streamich/fs-monkey/issues/362)) ([2f1a49f](https://github.com/streamich/fs-monkey/commit/2f1a49f7679ac14374088086f3740e76b03caf73))

## [1.0.3](https://github.com/streamich/fs-monkey/compare/v1.0.2...v1.0.3) (2021-04-05)


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.3",
"version": "1.0.4",
"description": "Monkey patches for file system related things.",
"main": "lib/index.js",
"license": "Unlicense",
Expand Down

0 comments on commit b8737e1

Please sign in to comment.