We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b10cee commit daa7e05Copy full SHA for daa7e05
2 files changed
HISTORY.md
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+### 3.3.3 (2016-04-21) ###
5
+
6
+* Bugfixes from pull requests (https://github.com/molnarg/node-http2/search?q=milestone%3Av3.3.3&type=Issues&utf8=%E2%9C%93)
7
8
### 3.3.2 (2016-01-11) ###
9
10
* Fix an incompatibility with Firefox (issue 167)
package.json
@@ -1,6 +1,6 @@
{
"name": "http2",
- "version": "3.3.2",
+ "version": "3.3.3",
"description": "An HTTP/2 client and server implementation",
"main": "lib/index.js",
"engines" : {
0 commit comments