diff --git a/CHANGELOG.md b/CHANGELOG.md index 95cfcaf..721cab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ 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.2] - 2024-12-27 + +### Added + +- Return types to help users. +- emitWithAck(). +- offAny(). +- offAnyOutgoing(). +- send(). +- compress(). +- export SOCKET_CONFIG_TOKEN. + +### Fixed + +- socket.of() method. +- Chaining methods. +- Volatile usage. +- connect() and disconnect() arguments. + ## [4.8.1] - 2024-11-25 ### Update diff --git a/package-lock.json b/package-lock.json index d839051..274cd9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-socket-io", - "version": "4.8.1", + "version": "4.8.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index c298e54..c34196e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-socket-io", - "version": "4.8.1", + "version": "4.8.2", "description": "Socket.IO module for Angular", "main": "index.ts", "scripts": {