We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2048ec0 commit f9b9627Copy full SHA for f9b9627
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 3.0.1
4
+
5
+- [#22] Return value compatibility. Do no return `null` valued keys.
6
7
## 3.0.0
8
9
- [#21], @DullReferenceException Support creating multiple HTTP or HTTPS servers.
package.json
@@ -1,6 +1,6 @@
{
"name": "create-servers",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Create an http AND/OR an https server and call the same request handler.",
"main": "index.js",
"scripts": {
0 commit comments