Skip to content

Commit fa6d4f6

Browse files
chore(release): 5.0.1
Diff: 5.0.0...5.0.1
1 parent 900346e commit fa6d4f6

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [5.0.1](https://github.com/socketio/engine.io-parser/compare/5.0.0...5.0.1) (2021-10-15)
2+
3+
4+
### Bug Fixes
5+
6+
* fix vite build ([900346e](https://github.com/socketio/engine.io-parser/commit/900346ea34ddc178d80eaabc8ea516d929457855))
7+
8+
9+
110
# [5.0.0](https://github.com/socketio/engine.io-parser/compare/4.0.3...5.0.0) (2021-10-04)
211

312
This release includes the migration to TypeScript. The major bump is due to the new "exports" field in the package.json file.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "engine.io-parser",
33
"description": "Parser for the client for the realtime Engine",
44
"license": "MIT",
5-
"version": "5.0.0",
5+
"version": "5.0.1",
66
"main": "./build/cjs/index.js",
77
"module": "./build/esm/index.js",
88
"exports": {

0 commit comments

Comments
 (0)