Skip to content

Commit 8efd0cd

Browse files
committed
Bump version to 0.1.4
1 parent 3dad4ad commit 8efd0cd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.1.4 / 2020-06-02
2+
3+
- Remove a ReDoS vulnerability in the header parser
4+
- Change license from MIT to Apache 2.0
5+
16
### 0.1.3 / 2017-11-11
27

38
- Accept extension names and parameters including uppercase letters

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2014-2017 James Coglan
1+
Copyright 2014-2020 James Coglan
22

33
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
44
this file except in compliance with the License. You may obtain a copy of the

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"websocket"
88
],
99
"license": "Apache-2.0",
10-
"version": "0.1.3",
10+
"version": "0.1.4",
1111
"engines": {
1212
"node": ">=0.8.0"
1313
},

0 commit comments

Comments
 (0)