This commit is contained in:
kchau@microsoft.com 2019-08-26 22:53:18 +00:00
Родитель 40181dd3a8
Коммит fe78e71d05
5 изменённых файлов: 23 добавлений и 11 удалений

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "caching algo changed so it is faster",
"packageName": "just-task",
"email": "kchau@microsoft.com",
"commit": "ab2a2d3ce2a4b0008de05c3d6a92555136d889dc",
"date": "2019-08-26T22:44:10.128Z"
}

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

@ -20,7 +20,7 @@
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"just-scripts-utils": ">=0.8.4 <1.0.0",
"just-task": ">=0.13.1 <1.0.0",
"just-task": ">=0.13.2 <1.0.0",
"npm-registry-fetch": "^3.9.0",
"prompts": "^2.0.1",
"run-parallel-limit": "^1.0.5",

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

@ -1,6 +1,20 @@
{
"name": "just-task",
"entries": [
{
"date": "Mon, 26 Aug 2019 22:53:18 GMT",
"tag": "just-task_v0.13.2",
"version": "0.13.2",
"comments": {
"patch": [
{
"comment": "caching algo changed so it is faster",
"author": "kchau@microsoft.com",
"commit": "ab2a2d3ce2a4b0008de05c3d6a92555136d889dc"
}
]
}
},
{
"date": "Mon, 22 Jul 2019 20:51:44 GMT",
"tag": "just-task_v0.13.1",

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

@ -1,7 +1,13 @@
# Change Log - just-task
This log was last generated on Mon, 22 Jul 2019 20:51:44 GMT and should not be manually modified.
This log was last generated on Mon, 26 Aug 2019 22:53:18 GMT and should not be manually modified.
## 0.13.2
Mon, 26 Aug 2019 22:53:18 GMT
### Patches
- caching algo changed so it is faster (kchau@microsoft.com)
## 0.13.1
Mon, 22 Jul 2019 20:51:44 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-task",
"version": "0.13.1",
"version": "0.13.2",
"description": "Build task definition library",
"keywords": [],
"repository": {