Skip to content

Commit 2af2c18

Browse files
committed
Bump version to 0.1.3.
1 parent 50bcedd commit 2af2c18

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.1.3 / 2017-11-11
2+
3+
* Accept extension names and parameters including uppercase letters
4+
* Handle extension names that clash with `Object.prototype` properties
5+
16
### 0.1.2 / 2017-09-10
27

38
* Catch synchronous exceptions thrown when calling an extension

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
, "keywords" : ["websocket"]
66
, "license" : "MIT"
77

8-
, "version" : "0.1.2"
8+
, "version" : "0.1.3"
99
, "engines" : { "node": ">=0.8.0" }
1010
, "files" : ["lib"]
1111
, "main" : "./lib/websocket_extensions"

0 commit comments

Comments
 (0)