Skip to content

Commit

Permalink
chore(release): 3.4.7 [skip ci]
Browse files Browse the repository at this point in the history
## [3.4.7](v3.4.6...v3.4.7) (2022-06-24)

### Bug Fixes

* dont patch `getuid` and `getgid` on `process` anymore ([#847](#847)) ([1c19e87](1c19e87))
  • Loading branch information
semantic-release-bot committed Jun 24, 2022
1 parent 1c19e87 commit 9791c8c
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 @@
## [3.4.7](https://github.com/streamich/memfs/compare/v3.4.6...v3.4.7) (2022-06-24)


### Bug Fixes

* dont patch `getuid` and `getgid` on `process` anymore ([#847](https://github.com/streamich/memfs/issues/847)) ([1c19e87](https://github.com/streamich/memfs/commit/1c19e873641c68dcc2c0f406b8cd3a331e563a25))

## [3.4.6](https://github.com/streamich/memfs/compare/v3.4.5...v3.4.6) (2022-06-18)


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": "3.4.6",
"version": "3.4.7",
"description": "In-memory file-system with Node's fs API.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 9791c8c

Please sign in to comment.