Skip to content

Commit ead0b42

Browse files
chore(release): 0.1.1
Diff: 0.1.0...0.1.1
1 parent c8c48a4 commit ead0b42

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Releases
2+
3+
- [0.1.1](#011-2022-09-14) (2022-09-14)
4+
- [0.1.0](#010-2022-09-12) (2022-09-12)
5+
6+
7+
8+
# [0.1.1](https://github.com/socketio/socket.io-deno/compare/0.1.0...0.1.1) (2022-09-14)
9+
10+
11+
### Bug Fixes
12+
13+
* disallow duplicate WebSocket connections with same sid ([193a9b5](https://github.com/socketio/socket.io-deno/commit/193a9b5db50e396025d32ac5166be7b5c39c6ddc))
14+
* disallow mismatching transport ([6b2cc16](https://github.com/socketio/socket.io-deno/commit/6b2cc16a269405f8087b95ea563c0f9b746312bd))
15+
* prevent crash when using custom headers ([dfe3122](https://github.com/socketio/socket.io-deno/commit/dfe3122865e768ae75e1d4d8c92a47961d708ee9))
16+
* send a "noop" packet when transport is already closed ([3b1eb82](https://github.com/socketio/socket.io-deno/commit/3b1eb82d1e9e44660b43651dceb05b88bd1b5350))
17+
18+
19+
20+
# 0.1.0 (2022-09-12)
21+
22+
This is the first release of this library!

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Table of content:
2222

2323
```ts
2424
import { serve } from "https://deno.land/[email protected]/http/server.ts";
25-
import { Server } from "https://deno.land/x/[email protected].0/mod.ts";
25+
import { Server } from "https://deno.land/x/[email protected].1/mod.ts";
2626

2727
const io = new Server();
2828

0 commit comments

Comments
 (0)