Skip to content

Commit 09566da

Browse files
committed
[dist] Version bump. 3.0.0
1 parent 80188e5 commit 09566da

File tree

3 files changed

+53
-34
lines changed

3 files changed

+53
-34
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# CHANGELOG
2+
3+
## 3.0.0
4+
5+
- [#21], @DullReferenceException Support creating multiple HTTP or HTTPS servers.
6+
- [BREAKING] Introduces `async` functions.

package-lock.json

Lines changed: 46 additions & 33 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": "2.6.1",
3+
"version": "3.0.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)