Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumolari committed Jan 22, 2021
1 parent 5e7c451 commit b63ce6c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## 3.0.0

## 3.2.0

### Minor Changes

- Return Socket.io server / namespace on attach

### Patch Changes

- Upgrade socket.io to v3.1.0

## 3.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caff/koa-socket.io",
"version": "3.1.4",
"version": "3.2.0",
"description": "Koa meets socket.io connected socket",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit b63ce6c

Please sign in to comment.