Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rodgc committed Feb 8, 2025
1 parent 04f35ac commit 1d07da8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d07da8

Please sign in to comment.