This commit is contained in:
Ken Chau 2020-07-14 20:57:54 +00:00
Родитель 1077e092c2
Коммит dfb3de36b5
4 изменённых файлов: 25 добавлений и 10 удалений

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

@ -1,6 +1,21 @@
{
"name": "p-graph",
"entries": [
{
"date": "Tue, 14 Jul 2020 20:57:54 GMT",
"tag": "p-graph_v1.0.0",
"version": "1.0.0",
"comments": {
"major": [
{
"comment": "Add support for maxConcurrency and allow for setting execution priorities on functions",
"author": "1581488+christiango@users.noreply.github.com",
"commit": "1077e092c27a7cec997f8ff198d868ca02708bb0",
"package": "p-graph"
}
]
}
},
{
"date": "Mon, 25 May 2020 21:06:05 GMT",
"tag": "p-graph_v0.4.1",

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

@ -1,9 +1,17 @@
# Change Log - p-graph
This log was last generated on Mon, 25 May 2020 21:06:05 GMT and should not be manually modified.
This log was last generated on Tue, 14 Jul 2020 20:57:54 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.0
Tue, 14 Jul 2020 20:57:54 GMT
### Major changes
- Add support for maxConcurrency and allow for setting execution priorities on functions (1581488+christiango@users.noreply.github.com)
## 0.4.1
Mon, 25 May 2020 21:06:05 GMT

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

@ -1,8 +0,0 @@
{
"type": "major",
"comment": "Add support for maxConcurrency and allow for setting execution priorities on functions",
"packageName": "p-graph",
"email": "1581488+christiango@users.noreply.github.com",
"dependentChangeType": "patch",
"date": "2020-07-14T18:45:49.739Z"
}

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

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