Skip to content

Commit

Permalink
Bump to 3.0.1 because npm
Browse files Browse the repository at this point in the history
  • Loading branch information
kudos committed Oct 1, 2016
1 parent 4eb6bba commit 1aa2770
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Note: koa-websocket follows semver.

## v3.0.1

Because NPM wouldn't let me retroactively tag 3.0.0 as `next` instead of latest.

## v3.0.0

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.
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": "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": {
Expand Down

0 comments on commit 1aa2770

Please sign in to comment.