Skip to content

Commit

Permalink
chore(release): 4.1.0-next.3 [skip ci]
Browse files Browse the repository at this point in the history
# [4.1.0-next.3](v4.1.0-next.2...v4.1.0-next.3) (2023-06-22)

### Bug Fixes

* πŸ› correctly handle directory paths ([ea909e8](ea909e8))
* πŸ› improve file opening and closing logic ([403c271](403c271))

### Features

* 🎸 add missing callback API methods and some sycn API ones ([956533a](956533a))
* 🎸 add missing promisees API types ([f6727f3](f6727f3))
* 🎸 add missing synchronous method types ([ac38b5d](ac38b5d))
* 🎸 implement crudfs on top of fs ([cb7ac4d](cb7ac4d))
* 🎸 make promises methods bound ([3010141](3010141))
* 🎸 setup NodeCrud implementation ([39073ce](39073ce))
  • Loading branch information
semantic-release-bot committed Jun 22, 2023
1 parent b06e767 commit 7117105
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [4.1.0-next.3](https://github.com/streamich/memfs/compare/v4.1.0-next.2...v4.1.0-next.3) (2023-06-22)


### Bug Fixes

* πŸ› correctly handle directory paths ([ea909e8](https://github.com/streamich/memfs/commit/ea909e805781d19f7c3749dab65155f67b119344))
* πŸ› improve file opening and closing logic ([403c271](https://github.com/streamich/memfs/commit/403c27140536b27b1137d68d493851d360b7c90f))


### Features

* 🎸 add missing callback API methods and some sycn API ones ([956533a](https://github.com/streamich/memfs/commit/956533a30dc3ab602b3de92dccd99bffb13b1242))
* 🎸 add missing promisees API types ([f6727f3](https://github.com/streamich/memfs/commit/f6727f328e94c5887352b283a6f4e10455e78158))
* 🎸 add missing synchronous method types ([ac38b5d](https://github.com/streamich/memfs/commit/ac38b5d0e1a6e586a99dcdf00256144c9577e988))
* 🎸 implement crudfs on top of fs ([cb7ac4d](https://github.com/streamich/memfs/commit/cb7ac4d1848ab7cd9ebacae9bb09ec1516b97de2))
* 🎸 make promises methods bound ([3010141](https://github.com/streamich/memfs/commit/3010141ae2dfc3f8c4dee9fdeea4d4128e3a4dc9))
* 🎸 setup NodeCrud implementation ([39073ce](https://github.com/streamich/memfs/commit/39073ceaa49b37c34e041eda7f18406f9cd0b566))

# [4.1.0-next.2](https://github.com/streamich/memfs/compare/v4.1.0-next.1...v4.1.0-next.2) (2023-06-21)


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": "4.1.0-next.2",
"version": "4.1.0-next.3",
"description": "In-memory file-system with Node's fs API.",
"author": {
"name": "streamich",
Expand Down

0 comments on commit 7117105

Please sign in to comment.