From 1d07da880b885c8b5957c232490a5a4435f7af2e Mon Sep 17 00:00:00 2001 From: rodgc Date: Sat, 8 Feb 2025 14:04:56 -0600 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 721cab6..72c324b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [4.8.3] - 2025-02-06 + +### Fixed + +- `off()` behavior, sync with socket-io-client and takes a single function, not array +- Mark internal fields as private in `WrappedSocket`. + +### Removed + +- Outdated `@types/socket-io` & `@types/socket.io-client` dependencies and use the built-in types instead. + ## [4.8.2] - 2024-12-27 ### Added