Skip to content

Commit

Permalink
chore(release): 5.0.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0-next.1](v4.9.1...v5.0.0-next.1) (2024-04-29)

### Bug Fixes

* inline `thingies` ([#1001](#1001)) ([ed265f0](ed265f0))

### chore

* 🤖 update build target and don't emit sourcemaps ([9d9bd01](9d9bd01))

### BREAKING CHANGES

* 🧨 Build target was bumped to ES2020
  • Loading branch information
semantic-release-bot committed Apr 29, 2024
1 parent af53c0a commit 9928c33
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
# [5.0.0-next.1](https://github.com/streamich/memfs/compare/v4.9.1...v5.0.0-next.1) (2024-04-29)


### Bug Fixes

* inline `thingies` ([#1001](https://github.com/streamich/memfs/issues/1001)) ([ed265f0](https://github.com/streamich/memfs/commit/ed265f0212b09f04ffbef9430f4f863f0cfc7674))


### chore

* 🤖 update build target and don't emit sourcemaps ([9d9bd01](https://github.com/streamich/memfs/commit/9d9bd0159de763b032066d99358a099c0825e2d2))


### BREAKING CHANGES

* 🧨 Build target was bumped to ES2020

## [4.9.1](https://github.com/streamich/memfs/compare/v4.9.0...v4.9.1) (2024-04-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "memfs",
"version": "4.7.5-next.1",
"version": "5.0.0-next.1",
"description": "In-memory file-system with Node's fs API.",
"keywords": [
"fs",
Expand Down

0 comments on commit 9928c33

Please sign in to comment.