Skip to content

Commit f9b9627

Browse files
committed
[dist] Version bump. 3.0.1
1 parent 2048ec0 commit f9b9627

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.0.1
4+
5+
- [#22] Return value compatibility. Do no return `null` valued keys.
6+
37
## 3.0.0
48

59
- [#21], @DullReferenceException Support creating multiple HTTP or HTTPS servers.

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.0",
3+
"version": "3.0.1",
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)