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": {