From 37324cce492d3846fb5a004425b692c5d92645e5 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 2 Aug 2022 15:35:18 -0600 Subject: [PATCH] 5.1.3 --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 04562bb..0b4ec5f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Change Log -## Next release +## 5.1.3 * Fix for BigInt stats in Node 18.7 (thanks @3cp, see [#361][#361]) diff --git a/package.json b/package.json index dce93a8..29ae60e 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.2", + "version": "5.1.3", "main": "lib/index.js", "homepage": "https://github.com/tschaub/mock-fs", "author": {