diff --git a/CHANGELOG.md b/CHANGELOG.md index be23e4d..290d4fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index b7d9251..59f96af 100644 --- a/package.json +++ b/package.json @@ -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": {