Skip to content

Commit

Permalink
Changes for 5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Aug 4, 2022
1 parent bed1499 commit 39bdc3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
@@ -1,5 +1,9 @@
# Change Log

## 5.1.4

* Fix for BigInt stats in Node 16.7 (thanks @ahippler, see [#363][#363])

## 5.1.3

* Fix for BigInt stats in Node 18.7 (thanks @3cp, see [#361][#361])
Expand Down Expand Up @@ -339,3 +343,4 @@ Detailed changes:
[#337]: https://github.com/tschaub/mock-fs/pull/337
[#342]: https://github.com/tschaub/mock-fs/pull/342
[#361]: https://github.com/tschaub/mock-fs/pull/361
[#363]: https://github.com/tschaub/mock-fs/pull/363
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mock-fs",
"description": "A configurable mock file system. You know, for testing.",
"version": "5.1.3",
"version": "5.1.4",
"main": "lib/index.js",
"homepage": "https://github.com/tschaub/mock-fs",
"author": {
Expand Down

0 comments on commit 39bdc3f

Please sign in to comment.