Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Sep 29, 2020
1 parent 5494c61 commit 7241742
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ for JavaScript (node.js + browser).
Changes
-------

* 0.3.0 (September 29 2020)
- WebRTC transport is now also supported on Node.js
- Fixed an issue with `opener` transport message filtering
- Ported from CoffeeScript to modern ES6
* 0.2.5 (March 28 2018)
- Fixed `iframe` transport updating iframe contents after main graph is set
- Added support for setting main graph to `NULL`
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "0.3.0",
"author": {
"name": "Henri Bergius",
"email": "[email protected]"
Expand Down

0 comments on commit 7241742

Please sign in to comment.