Skip to content

Commit

Permalink
chore(release): 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jun 11, 2023
1 parent 670160d commit a779bea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# History

- [5.1.0](#510-2023-06-11) (Jun 2023)
- [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)
Expand All @@ -19,6 +20,15 @@

# Release notes

# [5.1.0](https://github.com/socketio/engine.io-parser/compare/5.0.7...5.1.0) (2023-06-11)


### Features

* implement WebTransport-related encoding/decoding ([bed70a4](https://github.com/socketio/engine.io-parser/commit/bed70a4f2598ebdf96d8ccc1b5d838b1a77a4290))



## [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.
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.7",
"version": "5.1.0",
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"exports": {
Expand Down

0 comments on commit a779bea

Please sign in to comment.