package: bump to v3.3.5

This commit is contained in:
Micooz 2018-07-14 22:22:23 +08:00
parent 7f18009e8e
commit 6d698085d4
3 changed files with 16 additions and 2 deletions

@ -1,5 +1,19 @@
# Change Log
## 3.3.5 (2018-07-14)
### :rocket: Features & Improvements
- **package**: upgrade `ws` to `5.2.2` and `winston-daily-rotate-file` to `3.3.0`.
- **src**: reduce memory usage when enable `multiplexing`.
- **src**: weakly dependent on `http2` module.
### Migrating from 3.3.4 to 3.3.5
```
$ npm install -g blinksocks@3.3.5
```
## 3.3.4 (2018-07-07)
### :exclamation: Notable Changes

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "blinksocks",
"version": "3.3.4",
"version": "3.3.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,6 +1,6 @@
{
"name": "blinksocks",
"version": "3.3.4",
"version": "3.3.5",
"description": "A framework for building composable proxy protocol stack",
"main": "lib/index.js",
"files": [