Skip to content

Commit

Permalink
[dist] Version bump. 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Jul 8, 2019
1 parent 2048ec0 commit f9b9627
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 3.0.1

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

## 3.0.0

- [#21], @DullReferenceException Support creating multiple HTTP or HTTPS servers.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit f9b9627

Please sign in to comment.