Skip to content

Commit

Permalink
Bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kudos committed Oct 1, 2016
1 parent ff9312e commit 4eb6bba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

Note: koa-websockets follows semver.
Note: koa-websocket follows semver.

## 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.

### Improvements

* Koa 2 comptiblity.

## v2.0.0

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": "2.0.0",
"version": "3.0.0",
"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 4eb6bba

Please sign in to comment.