Skip to content

Commit

Permalink
chore(release): 3.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.2.2](v3.2.1...v3.2.2) (2021-04-05)

### Bug Fixes

* **deps:** update dependency fs-monkey to v1.0.2 ([07f05db](07f05db))
* **deps:** update dependency fs-monkey to v1.0.3 ([84346ed](84346ed))
  • Loading branch information
semantic-release-bot committed Apr 5, 2021
1 parent 84346ed commit 2f034a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.2.2](https://github.com/streamich/memfs/compare/v3.2.1...v3.2.2) (2021-04-05)


### Bug Fixes

* **deps:** update dependency fs-monkey to v1.0.2 ([07f05db](https://github.com/streamich/memfs/commit/07f05db8b0aed43360abaf172d4297f3873d44fe))
* **deps:** update dependency fs-monkey to v1.0.3 ([84346ed](https://github.com/streamich/memfs/commit/84346ed7d0556b2b79f57b9b10889e54afcaebd1))

## [3.2.1](https://github.com/streamich/memfs/compare/v3.2.0...v3.2.1) (2021-03-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.1",
"version": "3.2.2",
"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 2f034a1

Please sign in to comment.