Skip to content

Commit 92c1d3b

Browse files
committed
Version bump
1 parent e32f736 commit 92c1d3b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Version history
22
===============
33

4+
### 3.3.1 (2016-01-11) ###
5+
6+
* Fix some DoS bugs (issues 145, 146, 147, and 148)
7+
8+
### 3.3.0 (2016-01-10) ###
9+
10+
* Bugfix updates from pull requests
11+
412
### 3.2.0 (2015-02-19) ###
513

614
* Update ALPN token to final RFC version (h2).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http2",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "An HTTP/2 client and server implementation",
55
"main": "lib/index.js",
66
"engines" : {

0 commit comments

Comments
 (0)