Skip to content

Commit 97ae879

Browse files
authored
Merge pull request #10 from antvis/gaddi
Gaddi
2 parents 5bca150 + 90c9164 commit 97ae879

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ChangeLog
22

3+
#### 0.1.0-beta
4+
5+
- feat: worker for algorithms;
6+
- feat: gaddi for graph pattern matching;
7+
38
#### 0.0.7
49

510
- feat: dijkstra supports finding multiple shortest paths;

packages/graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/algorithm",
3-
"version": "0.0.7",
3+
"version": "0.1.0-beta",
44
"description": "graph algorithm",
55
"keywords": [
66
"graph",

0 commit comments

Comments
 (0)