Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Dec 23, 2024
1 parent 28193fc commit 10a453e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.1.0](https://github.com/dumberjs/fs-browser-stub/compare/v1.0.1...v1.1.0) (2024-12-23)


### Features

* support subpath loading require("fs/promises") ([28193fc](https://github.com/dumberjs/fs-browser-stub/commit/28193fcb30e5ee82f08d87eef56a2ad33b058b62))



## [1.0.1](https://github.com/dumberjs/fs-browser-stub/compare/v1.0.0...v1.0.1) (2020-01-17)


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": "fs-browser-stub",
"version": "1.0.1",
"version": "1.1.0",
"description": "Stub node fs module in browser",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 10a453e

Please sign in to comment.