Skip to content

Commit

Permalink
Prepare v6.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kudos committed Jul 8, 2019
1 parent 78f3a5b commit 29f0b0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Note: koa-websocket follows semver.

## v6.0.0

* Upgrade ws to 7.0.1, which drops support for Node 6.
* Upgrade dev deps to fix a vuln with js-yaml.

## v5.0.1

* Remove accidental addition of npm from dependencies
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": "5.0.1",
"version": "6.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 29f0b0c

Please sign in to comment.