Skip to content

Commit

Permalink
chore(release): 4.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.1](v4.2.0...v4.2.1) (2023-08-07)

### Bug Fixes

* don't error when watched directory gets renamed ([#939](#939)) ([b431b08](b431b08))
  • Loading branch information
semantic-release-bot committed Aug 7, 2023
1 parent b431b08 commit a16834f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.2.1](https://github.com/streamich/memfs/compare/v4.2.0...v4.2.1) (2023-08-07)


### Bug Fixes

* don't error when watched directory gets renamed ([#939](https://github.com/streamich/memfs/issues/939)) ([b431b08](https://github.com/streamich/memfs/commit/b431b089636619113e2dd39e9dc4a2c02048270a))

# [4.1.0](https://github.com/streamich/memfs/compare/v4.0.0...v4.1.0) (2023-06-26)


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": "memfs",
"version": "4.2.0",
"version": "4.2.1",
"description": "In-memory file-system with Node's fs API.",
"author": {
"name": "streamich",
Expand Down

0 comments on commit a16834f

Please sign in to comment.