Skip to content

Commit

Permalink
chore(release): 3.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.2.3](v3.2.2...v3.2.3) (2021-08-31)

### Bug Fixes

* global and timers this arg in browser ([1e93ab1](1e93ab1))
* prevent callback from triggering twice when callback throws ([07e8215](07e8215))
* prevent callback from triggering twice when callback throws ([6db755d](6db755d)), closes [#542](#542)
  • Loading branch information
semantic-release-bot committed Aug 31, 2021
1 parent b38a1dd commit 69f5c49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [3.2.3](https://github.com/streamich/memfs/compare/v3.2.2...v3.2.3) (2021-08-31)


### Bug Fixes

* global and timers this arg in browser ([1e93ab1](https://github.com/streamich/memfs/commit/1e93ab1628e230762471737a1d2586b5bc86b496))
* prevent callback from triggering twice when callback throws ([07e8215](https://github.com/streamich/memfs/commit/07e8215b4a862ae2e0f1cd7f7cfe4b1465bfc2e6))
* prevent callback from triggering twice when callback throws ([6db755d](https://github.com/streamich/memfs/commit/6db755dabc32d81eceeb3152413bb70298a5c710)), closes [#542](https://github.com/streamich/memfs/issues/542)

## [3.2.2](https://github.com/streamich/memfs/compare/v3.2.1...v3.2.2) (2021-04-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "memfs",
"version": "3.2.2",
"version": "3.2.3",
"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 69f5c49

Please sign in to comment.