Skip to content

Commit

Permalink
Bump version to 0.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Nov 11, 2017
1 parent 50bcedd commit 2af2c18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.1.3 / 2017-11-11

* Accept extension names and parameters including uppercase letters
* Handle extension names that clash with `Object.prototype` properties

### 0.1.2 / 2017-09-10

* Catch synchronous exceptions thrown when calling an extension
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
, "keywords" : ["websocket"]
, "license" : "MIT"

, "version" : "0.1.2"
, "version" : "0.1.3"
, "engines" : { "node": ">=0.8.0" }
, "files" : ["lib"]
, "main" : "./lib/websocket_extensions"
Expand Down

0 comments on commit 2af2c18

Please sign in to comment.