Skip to content

Commit 07ffbe0

Browse files
committed
Release 0.7.0
1 parent b8d8200 commit 07ffbe0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ fbpGraph.graph.loadFile('some/path.json', (err, graph) => {
2727

2828
## Changes
2929

30-
* 0.7.0 (git master)
30+
* 0.7.0 (December 08th 2020)
3131
- All graph modification methods are now chainable, allowing you to do things like `graph.addNode().addEdge().toJSON()`
32+
- Graph I/O methods (like `loadFile` and `save`) now return Promises in case no callback is supplied
3233
* 0.6.3 (December 03rd 2020)
3334
- Fixed exporting of base Graph and Journal types in index
3435
* 0.6.2 (November 16th 2020)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fbp-graph",
3-
"version": "0.6.3",
3+
"version": "0.7.0",
44
"description": "JavaScript FBP graph library",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)