Skip to content

Commit f010492

Browse files
committed
[dist] Version bump. 3.1.0
1 parent 400442c commit f010492

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
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.1.0
4+
5+
- [#23], @DullReferenceException Support "*" for SNI host pattern
6+
37
## 3.0.1
48

59
- [#22] Return value compatibility. Do no return `null` valued keys.

package-lock.json

Lines changed: 4 additions & 4 deletions
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.0.1",
3+
"version": "3.1.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)