Skip to content

Commit

Permalink
chore(release): 5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed May 24, 2023
1 parent e4a1c2b commit 0fc3694
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 0fc3694

Please sign in to comment.