chore(deps): update iconv-lite to 0.7.0 (#737)

* feat(deps): update iconv-lite to 0.7.0

* docs: add CHANGELOG.md line
This commit is contained in:
CosminPerRam 2025-09-08 20:23:17 +03:00 committed by GitHub
parent b27cbcbe2b
commit 1169b6089f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 8 deletions

View file

@ -8,6 +8,7 @@
* Fix: version field would sometimes be a Number type (#735)
* Feat: Squad - Replace Valve protocol with EOS protocol (By @k3ithos #731)
* Feat: Clive Barker's Undying - Added support (By @dgibbs64 #733)
* Chore: Update `iconv-lite` from `0.6.3` to `0.7.0` (#737)
## 5.3.1
* Fix: HTTP requests would end up making more retries than needed due to got's internal retry mechanism (#690, thanks @RattleSN4K3)