diff --git a/CHANGELOG.md b/CHANGELOG.md index 9940a51..ce4419c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # History +- [5.0.7](#507-2023-05-24) (May 2023) - [5.0.6](#506-2023-01-16) (Jan 2023) - [5.0.5](#505-2023-01-06) (Jan 2023) - [5.0.4](#504-2022-04-30) (Apr 2022) @@ -18,6 +19,12 @@ # Release notes +## [5.0.7](https://github.com/socketio/engine.io-parser/compare/5.0.6...5.0.7) (2023-05-24) + +The CommonJS build now includes the TypeScript declarations too, in order to be compatible the "node16" moduleResolution. + + + ## [5.0.6](https://github.com/socketio/engine.io-parser/compare/5.0.5...5.0.6) (2023-01-16) The `compile` script was not run before publishing `5.0.5`, so the esm build did not include the latest changes. diff --git a/package.json b/package.json index cdb1d05..c385d21 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "engine.io-parser", "description": "Parser for the client for the realtime Engine", "license": "MIT", - "version": "5.0.6", + "version": "5.0.7", "main": "./build/cjs/index.js", "module": "./build/esm/index.js", "exports": {