diff --git a/changelog.md b/changelog.md index de64b62..88a90be 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Change Log +## 5.2.0 + + * Fix EACCES error on access by root user (thanks @danielkatz, see [#369][#369]) + * Fix bug on utimes and futimes; add support of lutimes (thanks @3cp, see [#366][#366]) + ## 5.1.4 * Fix for BigInt stats in Node 16.7 (thanks @ahippler, see [#363][#363]) @@ -344,3 +349,5 @@ Detailed changes: [#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 +[#366]: https://github.com/tschaub/mock-fs/pull/366 +[#369]: https://github.com/tschaub/mock-fs/pull/369 diff --git a/package-lock.json b/package-lock.json index 4ebd189..55e4a28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mock-fs", - "version": "5.1.2", + "version": "5.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mock-fs", - "version": "5.1.2", + "version": "5.1.4", "license": "MIT", "devDependencies": { "chai": "^4.3.4",