From 39bdc3f0a743c71cad8a9257f997f29767259385 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 3 Aug 2022 21:14:53 -0600 Subject: [PATCH] Changes for 5.1.4 --- changelog.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0b4ec5f..de64b62 100644 --- a/changelog.md +++ b/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]) @@ -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 diff --git a/package.json b/package.json index 29ae60e..0b1c43d 100644 --- a/package.json +++ b/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": {