Skip to content

Commit

Permalink
chore(release): 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Sep 28, 2020
1 parent e57f528 commit 5d81b13
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.0.2](https://github.com/socketio/socket.io-adapter/compare/2.0.1...2.0.2) (2020-09-28)

The dist/ directory was not up-to-date when publishing the previous version...



## [2.0.1](https://github.com/socketio/socket.io-adapter/compare/2.0.0...2.0.1) (2020-09-28)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socket.io-adapter",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -23,6 +23,7 @@
"scripts": {
"test": "npm run format:check && tsc && nyc mocha test/index.js",
"format:check": "prettier --parser typescript --check 'lib/**/*.ts' 'test/**/*.js'",
"format:fix": "prettier --parser typescript --write 'lib/**/*.ts' 'test/**/*.js'"
"format:fix": "prettier --parser typescript --write 'lib/**/*.ts' 'test/**/*.js'",
"prepack": "tsc"
}
}

0 comments on commit 5d81b13

Please sign in to comment.