We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb6bba commit 1aa2770Copy full SHA for 1aa2770
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
Note: koa-websocket follows semver.
4
5
+## v3.0.1
6
+
7
+Because NPM wouldn't let me retroactively tag 3.0.0 as `next` instead of latest.
8
9
## v3.0.0
10
11
This is a pre-release for compatibility with Koa 2. Doing `npm install koa-websocket` will continue to give you 2.x until Koa 2 is stable.
package.json
@@ -1,6 +1,6 @@
1
{
"name": "koa-websocket",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Light wrapper around Koa providing a websocket middleware handler that is koa-route compatible.",
"main": "index.js",
"scripts": {
0 commit comments