Skip to content

Commit c07ee49

Browse files
committed
3.2.0
1 parent 1b8e324 commit c07ee49

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 3.2.0
4+
5+
- [#37] Support HTTP2
6+
37
## 3.1.0
48

59
- [#23], @DullReferenceException Support "*" for SNI host pattern

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-servers",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Create an http AND/OR an https server and call the same request handler.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)