From c6503589ed9688c3615d10bbc680ba13cafc3942 Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Sun, 20 Nov 2016 03:25:58 +0100 Subject: [PATCH] [chore] Release 1.8.0 (#446) --- History.md | 10 ++++++++++ package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 169057f544..21d36a6e6d 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,14 @@ +1.8.0 / 2016-11-20 +=================== + + * [style] Fix some typos (#439) + * [style] Add ESlint (#385) + * [test] fix tests for NodeJS v7 (#441) + * [feature] Fix cookiePath empty bug and add cookieHttpOnly option (#423) + * [fix] Don't delete ws when closing the server (#444) + * [chore] Bump debug to version 2.3.3 (#445) + 1.7.2 / 2016-10-24 =================== diff --git a/package.json b/package.json index 834747ba09..365580e56e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "engine.io", - "version": "1.7.2", + "version": "1.8.0", "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": "1.7.2", + "engine.io-client": "1.8.0", "eslint-config-standard": "4.4.0", "eslint-plugin-standard": "1.3.2", "expect.js": "0.2.0",