Skip to content

Commit 1aa2770

Browse files
committed
Bump to 3.0.1 because npm
1 parent 4eb6bba commit 1aa2770

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Note: koa-websocket follows semver.
44

5+
## v3.0.1
6+
7+
Because NPM wouldn't let me retroactively tag 3.0.0 as `next` instead of latest.
8+
59
## v3.0.0
610

711
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "koa-websocket",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Light wrapper around Koa providing a websocket middleware handler that is koa-route compatible.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)