This commit is contained in:
Ken Chau 2021-10-26 07:12:04 +00:00
Родитель 1e42bb7ba4
Коммит 87e96d2726
4 изменённых файлов: 25 добавлений и 10 удалений

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

@ -1,6 +1,21 @@
{
"name": "p-graph",
"entries": [
{
"date": "Tue, 26 Oct 2021 07:12:04 GMT",
"tag": "p-graph_v1.1.2",
"version": "1.1.2",
"comments": {
"patch": [
{
"comment": "update cyclic dependancy error to inlude the cycle",
"author": "cheruiyotbryan@gmail.com",
"commit": "1e42bb7ba4d295a25c0f17ce97aba9f8f189daa6",
"package": "p-graph"
}
]
}
},
{
"date": "Tue, 13 Apr 2021 06:46:49 GMT",
"tag": "p-graph_v1.1.1",

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

@ -1,9 +1,17 @@
# Change Log - p-graph
This log was last generated on Tue, 13 Apr 2021 06:46:49 GMT and should not be manually modified.
This log was last generated on Tue, 26 Oct 2021 07:12:04 GMT and should not be manually modified.
<!-- Start content -->
## 1.1.2
Tue, 26 Oct 2021 07:12:04 GMT
### Patches
- update cyclic dependancy error to inlude the cycle (cheruiyotbryan@gmail.com)
## 1.1.1
Tue, 13 Apr 2021 06:46:49 GMT

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "update cyclic dependancy error to inlude the cycle",
"packageName": "p-graph",
"email": "cheruiyotbryan@gmail.com",
"dependentChangeType": "patch",
"date": "2021-09-23T13:29:58.510Z"
}

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

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