Skip to content

Commit 214182b

Browse files
chore(release): 5.0.6
Diff: 5.0.5...5.0.6
1 parent 05ebbad commit 214182b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# History
22

3+
- [5.0.6](#506-2023-01-16) (Jan 2023)
34
- [5.0.5](#505-2023-01-06) (Jan 2023)
45
- [5.0.4](#504-2022-04-30) (Apr 2022)
56
- [5.0.3](#503-2022-01-17) (Jan 2022)
@@ -17,6 +18,12 @@
1718

1819
# Release notes
1920

21+
## [5.0.6](https://github.com/socketio/engine.io-parser/compare/5.0.5...5.0.6) (2023-01-16)
22+
23+
The `compile` script was not run before publishing `5.0.5`, so the esm build did not include the latest changes.
24+
25+
26+
2027
## [5.0.5](https://github.com/socketio/engine.io-parser/compare/5.0.4...5.0.5) (2023-01-06)
2128

2229

package.json

Lines changed: 3 additions & 2 deletions
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.5",
5+
"version": "5.0.6",
66
"main": "./build/cjs/index.js",
77
"module": "./build/esm/index.js",
88
"exports": {
@@ -36,7 +36,8 @@
3636
"test:node": "nyc mocha -r ts-node/register test/index.ts",
3737
"test:browser": "zuul test/index.ts --no-coverage",
3838
"format:check": "prettier --check 'lib/**/*.ts' 'test/**/*.ts'",
39-
"format:fix": "prettier --write 'lib/**/*.ts' 'test/**/*.ts'"
39+
"format:fix": "prettier --write 'lib/**/*.ts' 'test/**/*.ts'",
40+
"prepack": "npm run compile"
4041
},
4142
"repository": {
4243
"type": "git",

0 commit comments

Comments
 (0)