Skip to content

Commit 7c36dfa

Browse files
committed
Log changes
1 parent 28ffcb0 commit 7c36dfa

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## 5.5.0
4+
5+
* Add test and fix exists behaviour for relative symlinks (thanks @timvahlbrock, see [#415][#415])
6+
* Add test showing `fs.createWriteStream()` with append (see [#412][#412])
7+
* encoding utf8 strings in node 20 (thanks @everett1992, see [#409][#409])
8+
9+
<details>
10+
<summary>Dependency Updates</summary>
11+
12+
* bump semver from 7.6.3 to 7.7.0 (see [#413][#413])
13+
* bump eslint-config-tschaub from 14.1.2 to 15.2.0 (see [#408][#408])
14+
* bump mocha from 11.0.1 to 11.1.0 (see [#410][#410])
15+
* bump mocha from 10.8.2 to 11.0.1 (see [#407][#407])
16+
* bump mocha from 10.7.3 to 10.8.2 (see [#402][#402])
17+
18+
</details>
19+
320
## 5.4.1
421

522
* Avoid errors in `fs.existsSync` (see [#401][#401])
@@ -392,3 +409,11 @@ Detailed changes:
392409
[#391]: https://github.com/tschaub/mock-fs/pull/391
393410
[#360]: https://github.com/tschaub/mock-fs/pull/360
394411
[#401]: https://github.com/tschaub/mock-fs/pull/401
412+
[#402]: https://github.com/tschaub/mock-fs/pull/402
413+
[#407]: https://github.com/tschaub/mock-fs/pull/407
414+
[#408]: https://github.com/tschaub/mock-fs/pull/408
415+
[#409]: https://github.com/tschaub/mock-fs/pull/409
416+
[#410]: https://github.com/tschaub/mock-fs/pull/410
417+
[#412]: https://github.com/tschaub/mock-fs/pull/412
418+
[#413]: https://github.com/tschaub/mock-fs/pull/413
419+
[#415]: https://github.com/tschaub/mock-fs/pull/415

0 commit comments

Comments
 (0)