Skip to content

Commit 39bdc3f

Browse files
committed
Changes for 5.1.4
1 parent bed1499 commit 39bdc3f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 5.1.4
4+
5+
* Fix for BigInt stats in Node 16.7 (thanks @ahippler, see [#363][#363])
6+
37
## 5.1.3
48

59
* Fix for BigInt stats in Node 18.7 (thanks @3cp, see [#361][#361])
@@ -339,3 +343,4 @@ Detailed changes:
339343
[#337]: https://github.com/tschaub/mock-fs/pull/337
340344
[#342]: https://github.com/tschaub/mock-fs/pull/342
341345
[#361]: https://github.com/tschaub/mock-fs/pull/361
346+
[#363]: https://github.com/tschaub/mock-fs/pull/363

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mock-fs",
33
"description": "A configurable mock file system. You know, for testing.",
4-
"version": "5.1.3",
4+
"version": "5.1.4",
55
"main": "lib/index.js",
66
"homepage": "https://github.com/tschaub/mock-fs",
77
"author": {

0 commit comments

Comments
 (0)