Skip to content

Commit

Permalink
Release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Mar 22, 2018
1 parent 69c3323 commit 8629c67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ for JavaScript (node.js + browser).
Changes
-------

* 0.2.4 (March 22 2018)
- Made `iframe` and `opener` transports filter out messages coming from elsewhere than the runtime. Fixes compatibility with es6-shim
* 0.2.3 (March 21 2018)
- Added `sendTrace` method for sending trace subprotocol messages
- Added `trace` event for incoming trace subprotocol messages
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fbp-protocol-client",
"description": "Client library for the FBP protocol",
"version": "0.2.3",
"version": "0.2.4",
"author": {
"name": "Henri Bergius",
"email": "[email protected]"
Expand Down Expand Up @@ -32,7 +32,9 @@
"noflo-core": ">= 0.4.0",
"noflo-runtime-websocket": "^0.10.0"
},
"keywords": [],
"keywords": [
"fbp"
],
"scripts": {
"test": "grunt test"
}
Expand Down

0 comments on commit 8629c67

Please sign in to comment.