This commit is contained in:
Ken Chau 2020-10-05 17:08:03 +00:00
Родитель d98b31d8bd
Коммит 6daacfc3d5
4 изменённых файлов: 25 добавлений и 10 удалений

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "p-graph",
"entries": [
{
"date": "Mon, 05 Oct 2020 17:08:03 GMT",
"tag": "p-graph_v1.0.2",
"version": "1.0.2",
"comments": {
"patch": [
{
"comment": "perf: Improve perf of graphHasCycles function",
"author": "olwheele@microsoft.com",
"commit": "d98b31d8bd9734f9d381361e377a3743fac7ebb3",
"package": "p-graph"
}
]
}
},
{
"date": "Tue, 14 Jul 2020 21:39:50 GMT",
"tag": "p-graph_v1.0.1",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - p-graph
This log was last generated on Tue, 14 Jul 2020 21:39:50 GMT and should not be manually modified.
This log was last generated on Mon, 05 Oct 2020 17:08:03 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.2
Mon, 05 Oct 2020 17:08:03 GMT
### Patches
- perf: Improve perf of graphHasCycles function (olwheele@microsoft.com)
## 1.0.1
Tue, 14 Jul 2020 21:39:50 GMT

Просмотреть файл

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "perf: Improve perf of graphHasCycles function",
"packageName": "p-graph",
"email": "olwheele@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-10-02T18:40:20.038Z"
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "p-graph",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",