We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed1499 commit 39bdc3fCopy full SHA for 39bdc3f
changelog.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 5.1.4
4
+
5
+ * Fix for BigInt stats in Node 16.7 (thanks @ahippler, see [#363][#363])
6
7
## 5.1.3
8
9
* Fix for BigInt stats in Node 18.7 (thanks @3cp, see [#361][#361])
@@ -339,3 +343,4 @@ Detailed changes:
339
343
[#337]: https://github.com/tschaub/mock-fs/pull/337
340
344
[#342]: https://github.com/tschaub/mock-fs/pull/342
341
345
[#361]: https://github.com/tschaub/mock-fs/pull/361
346
+[#363]: https://github.com/tschaub/mock-fs/pull/363
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": {
0 commit comments