Skip to content

Commit

Permalink
[chore] Release 1.8.0 (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne authored Nov 20, 2016
1 parent ab2ca22 commit c650358
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
===================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <guillermo@learnboost.com>",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit c650358

Please sign in to comment.