From 2459392e97a8d5b2c6400a3f3a4eac39dbe973da Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Thu, 16 Feb 2017 07:26:08 +0100 Subject: [PATCH] Release 2.0.2 --- History.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 898e78997..8da61a8b6 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +2.0.2 / 2017-02-16 +=================== + + * [chore] Bump ws to version 1.1.2 (vulnerability fix) (#480) + 2.0.1 / 2017-01-30 =================== diff --git a/package.json b/package.json index a94a83d68..8f5c7249e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "engine.io", - "version": "2.0.1", + "version": "2.0.2", "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server", "main": "./lib/engine.io", "author": "Guillermo Rauch ", @@ -35,7 +35,7 @@ "devDependencies": { "babel-eslint": "5.0.0", "babel-preset-es2015": "6.3.13", - "engine.io-client": "2.0.1", + "engine.io-client": "2.0.2", "eslint-config-standard": "4.4.0", "eslint-plugin-standard": "1.3.2", "expect.js": "0.2.0",