chore(release): 5.0.2

Diff: https://github.com/socketio/engine.io-parser/compare/5.0.1...5.0.2
This commit is contained in:
Damien Arrachequesne
2021-11-14 07:26:24 +01:00
parent 7e271596c3
commit cb26d5cbb6
3 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
## [5.0.2](https://github.com/socketio/engine.io-parser/compare/5.0.1...5.0.2) (2021-11-14)
### Bug Fixes
* add package name in nested package.json ([7e27159](https://github.com/socketio/engine.io-parser/commit/7e271596c3305fb4e4a9fbdcc7fd442e8ff71200))
* fix vite build for CommonJS users ([5f22ed0](https://github.com/socketio/engine.io-parser/commit/5f22ed0527cc80aa0cac415dfd12db2f94f0a855))
## [5.0.1](https://github.com/socketio/engine.io-parser/compare/5.0.0...5.0.1) (2021-10-15)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "engine.io-parser",
"version": "5.0.1",
"version": "5.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -2,7 +2,7 @@
"name": "engine.io-parser",
"description": "Parser for the client for the realtime Engine",
"license": "MIT",
"version": "5.0.1",
"version": "5.0.2",
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"exports": {