Skip to content

Commit

Permalink
chore(release): 3.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.2.4](v3.2.3...v3.2.4) (2021-09-02)

### Bug Fixes

* πŸ› use globalThis defensively ([eed6bbf](eed6bbf))
  • Loading branch information
semantic-release-bot committed Sep 2, 2021
1 parent 50832df commit 2d5232a
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.2.4](https://github.com/streamich/memfs/compare/v3.2.3...v3.2.4) (2021-09-02)


### Bug Fixes

* πŸ› use globalThis defensively ([eed6bbf](https://github.com/streamich/memfs/commit/eed6bbfa2fc310639974ed9e163876ff8253b321))

## [3.2.3](https://github.com/streamich/memfs/compare/v3.2.2...v3.2.3) (2021-08-31)


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.2.3",
"version": "3.2.4",
"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 2d5232a

Please sign in to comment.