Skip to content

Commit

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

### Bug Fixes

* πŸ› remove unused method ([05b2a47](05b2a47))

### Features

* 🎸 add .rmSync(), .rm(), and .promises.rm() methods ([2414fb6](2414fb6))
* 🎸 add support for "recursive" and "force" flags in .rm() ([7f6714c](7f6714c))
  • Loading branch information
semantic-release-bot committed Sep 19, 2021
1 parent 951f774 commit ef188d5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.3.0](https://github.com/streamich/memfs/compare/v3.2.4...v3.3.0) (2021-09-19)


### Bug Fixes

* πŸ› remove unused method ([05b2a47](https://github.com/streamich/memfs/commit/05b2a472f75b46ce52a4730a8cd2d666a5deb196))


### Features

* 🎸 add .rmSync(), .rm(), and .promises.rm() methods ([2414fb6](https://github.com/streamich/memfs/commit/2414fb6dae207536bf46120c4e09d8d51366a6c1))
* 🎸 add support for "recursive" and "force" flags in .rm() ([7f6714c](https://github.com/streamich/memfs/commit/7f6714cf14b90ce9cf50eeae517663b843687f90))

## [3.2.4](https://github.com/streamich/memfs/compare/v3.2.3...v3.2.4) (2021-09-02)


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.4",
"version": "3.3.0",
"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 ef188d5

Please sign in to comment.