Skip to content

Commit

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

### Features

* 🎸 add integrity check on read ([710eb2f](710eb2f))
* 🎸 implement CAS storage ([33ddbcc](33ddbcc))
  • Loading branch information
semantic-release-bot committed Jun 21, 2023
1 parent 452d0fb commit 1a475a9
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 @@
# [4.1.0-next.2](https://github.com/streamich/memfs/compare/v4.1.0-next.1...v4.1.0-next.2) (2023-06-21)


### Features

* 🎸 add integrity check on read ([710eb2f](https://github.com/streamich/memfs/commit/710eb2fbd78bc79132f93616ce347bc04fac62bd))
* 🎸 implement CAS storage ([33ddbcc](https://github.com/streamich/memfs/commit/33ddbcc8b67a1a5e20a6e549fc5db08527516dc1))

# [4.1.0-next.1](https://github.com/streamich/memfs/compare/v4.0.0...v4.1.0-next.1) (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.1",
"version": "4.1.0-next.2",
"description": "In-memory file-system with Node's fs API.",
"keywords": [
"fs",
Expand Down

0 comments on commit 1a475a9

Please sign in to comment.