Skip to content

Commit 5d81b13

Browse files
chore(release): 2.0.2
Diff: 2.0.1...2.0.2
1 parent e57f528 commit 5d81b13

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.0.2](https://github.com/socketio/socket.io-adapter/compare/2.0.1...2.0.2) (2020-09-28)
2+
3+
The dist/ directory was not up-to-date when publishing the previous version...
4+
5+
6+
17
## [2.0.1](https://github.com/socketio/socket.io-adapter/compare/2.0.0...2.0.1) (2020-09-28)
28

39

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io-adapter",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -23,6 +23,7 @@
2323
"scripts": {
2424
"test": "npm run format:check && tsc && nyc mocha test/index.js",
2525
"format:check": "prettier --parser typescript --check 'lib/**/*.ts' 'test/**/*.js'",
26-
"format:fix": "prettier --parser typescript --write 'lib/**/*.ts' 'test/**/*.js'"
26+
"format:fix": "prettier --parser typescript --write 'lib/**/*.ts' 'test/**/*.js'",
27+
"prepack": "tsc"
2728
}
2829
}

0 commit comments

Comments
 (0)