Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.6.0...v4.0.0) (2023-06-16)

### Features

* 🎸 add File System Access API TypeScript types ([3ea8641](3ea8641))

### BREAKING CHANGES

* 🧨 no breaking changes in this commit, but bumping to get this to v4 in NPM
  • Loading branch information
semantic-release-bot committed Jun 16, 2023
1 parent 824c621 commit 5e1213a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.0.0](https://github.com/streamich/memfs/compare/v3.6.0...v4.0.0) (2023-06-16)


### Features

* 🎸 add File System Access API TypeScript types ([3ea8641](https://github.com/streamich/memfs/commit/3ea86417c4349cf5d0f9f4f9d91f57c9a9d67d42))


### BREAKING CHANGES

* 🧨 no breaking changes in this commit, but bumping to get this to v4 in NPM

# [3.6.0](https://github.com/streamich/memfs/compare/v3.5.3...v3.6.0) (2023-06-16)


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.6.0",
"version": "4.0.0",
"description": "In-memory file-system with Node's fs API.",
"keywords": [
"fs",
Expand Down

0 comments on commit 5e1213a

Please sign in to comment.